Html Css Color HEX #D66825 Chocolate

📋 copy color: '#D66825'

red 214 ◦ green 104 ◦ blue 37

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

Shades of Chocolate #D66825

Tints of Chocolate #D66825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 60.28%
G = 29.3%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D66825 (or 0xD66825) is known color: Chocolate. HEX triplet: D6, 68 and 25. RGB value is (214,104,37). Sum of RGB (Red+Green+Blue) = 214+104+37=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D66825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66825 is #2997DA. Grayscale: #818181. Windows color (decimal): -2725851 or 2451670. OLE color: 2451670.

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

Color convert

RGB 214 104 37 -
CMYK 0 0.51 0.83 0.16
HSL 22.71º 0.71% 0.49% -
HSV(B) 22.71º 0.83% 0.84% -
XYZ 33.02 24.33 4.71 -
YUV 129.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 214 104 37 0 0.51 0.83 0.16 22.71 0.71 0.49
Hex D6 68 25 0 33 53 10 17 47 31
Octal 326 150 45 0 63 123 20 27 107 61
Binary 11010110 1101000 100101 0 110011 1010011 10000 10111 1000111 110001

Color Harmonies of #D66825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66825

Black with #D66825

Text Example


Text Example

White with #D66825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66825; }

 p { color: rgb(214,104,37); }

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

background-color css

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

 a { background-color: rgb(214,104,37); }

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

border-color css

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

 span { border-color: rgb(214,104,37); }

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