Html Css Color HEX #D65853 Valencia

📋 copy color: '#D65853'

red 214 ◦ green 88 ◦ blue 83

#D65853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D65853

Tints of Valencia #D65853

RGB

 RED value IS 214 (83.98% from 255) = 55.58%

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 55.58%
G = 22.86%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D65853 (or 0xD65853) is known color: Valencia. HEX triplet: D6, 58 and 53. RGB value is (214,88,83). Sum of RGB (Red+Green+Blue) = 214+88+83=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65853 is #29A7AC. Grayscale: #7D7D7D. Windows color (decimal): -2729901 or 5462230. OLE color: 5462230.

HSL color Cylindrical-coordinate representation of color #D65853: hue angle of 2.29º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65853 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 83 -
CMYK 0 0.59 0.61 0.16
HSL 2.29º 0.62% 0.58% -
HSV(B) 2.29º 0.61% 0.84% -
XYZ 32.78 21.9 10.68 -
YUV 125.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 214 88 83 0 0.59 0.61 0.16 2.29 0.62 0.58
Hex D6 58 53 0 3B 3D 10 2 3E 3A
Octal 326 130 123 0 73 75 20 2 76 72
Binary 11010110 1011000 1010011 0 111011 111101 10000 10 111110 111010

Color Harmonies of #D65853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65853

Black with #D65853

Text Example


Text Example

White with #D65853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65853; }

 p { color: rgb(214,88,83); }

 H1.HeaderClassName
 {
   color: #D65853;
 }
 .AnyTagClassName
 {
   color: #D65853;
 }
</style>

background-color css

<style>
 a { background-color: #D65853; }

 a { background-color: rgb(214,88,83); }

 div.DivClassName
 {
   background-color: #D65853;
 }
 .BgClassName
 {
   background-color: #D65853;
 }
</style>

border-color css

<style>
 span { border-color: #D65853; }

 span { border-color: rgb(214,88,83); }

 td.TdClassName
 {
   border-color: #D65853;
 }
 .TagClassName
 {
   border-color: #D65853;
 }
</style>