Html Css Color HEX #D66926 Chocolate

📋 copy color: '#D66926'

red 214 ◦ green 105 ◦ blue 38

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

Shades of Chocolate #D66926

Tints of Chocolate #D66926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 59.94%
G = 29.41%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66926 (or 0xD66926) is known color: Chocolate. HEX triplet: D6, 69 and 26. RGB value is (214,105,38). Sum of RGB (Red+Green+Blue) = 214+105+38=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D66926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66926 is #2996D9. Grayscale: #828282. Windows color (decimal): -2725594 or 2517462. OLE color: 2517462.

HSL color Cylindrical-coordinate representation of color #D66926: hue angle of 22.84º 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 #D66926 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 38 -
CMYK 0 0.51 0.82 0.16
HSL 22.84º 0.7% 0.49% -
HSV(B) 22.84º 0.82% 0.84% -
XYZ 33.13 24.54 4.82 -
YUV 129.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 214 105 38 0 0.51 0.82 0.16 22.84 0.7 0.49
Hex D6 69 26 0 33 52 10 17 46 31
Octal 326 151 46 0 63 122 20 27 106 61
Binary 11010110 1101001 100110 0 110011 1010010 10000 10111 1000110 110001

Color Harmonies of #D66926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66926

Black with #D66926

Text Example


Text Example

White with #D66926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66926; }

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

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

background-color css

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

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

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

border-color css

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

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

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