Html Css Color HEX #D66A26 Chocolate

📋 copy color: '#D66A26'

red 214 ◦ green 106 ◦ blue 38

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

Shades of Chocolate #D66A26

Tints of Chocolate #D66A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 59.78%
G = 29.61%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66A26 (or 0xD66A26) is known color: Chocolate. HEX triplet: D6, 6A and 26. RGB value is (214,106,38). Sum of RGB (Red+Green+Blue) = 214+106+38=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A26 is #2995D9. Grayscale: #828282. Windows color (decimal): -2725338 or 2517718. OLE color: 2517718.

HSL color Cylindrical-coordinate representation of color #D66A26: hue angle of 23.18º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D66A26 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 38 -
CMYK 0 0.50 0.82 0.16
HSL 23.18º 0.7% 0.49% -
HSV(B) 23.18º 0.82% 0.84% -
XYZ 33.24 24.74 4.86 -
YUV 130.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 214 106 38 0 0.50 0.82 0.16 23.18 0.7 0.49
Hex D6 6A 26 0 32 52 10 17 46 31
Octal 326 152 46 0 62 122 20 27 106 61
Binary 11010110 1101010 100110 0 110010 1010010 10000 10111 1000110 110001

Color Harmonies of #D66A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A26

Black with #D66A26

Text Example


Text Example

White with #D66A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A26; }

 p { color: rgb(214,106,38); }

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

background-color css

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

 a { background-color: rgb(214,106,38); }

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

border-color css

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

 span { border-color: rgb(214,106,38); }

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