Html Css Color HEX #D06425 Chocolate

📋 copy color: '#D06425'

red 208 ◦ green 100 ◦ blue 37

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

Shades of Chocolate #D06425

Tints of Chocolate #D06425

RGB

 RED value IS 208 (81.64% from 255) = 60.29%

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 60.29%
G = 28.99%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D06425 (or 0xD06425) is known color: Chocolate. HEX triplet: D0, 64 and 25. RGB value is (208,100,37). Sum of RGB (Red+Green+Blue) = 208+100+37=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06425 is #2F9BDA. Grayscale: #7D7D7D. Windows color (decimal): -3120091 or 2450640. OLE color: 2450640.

HSL color Cylindrical-coordinate representation of color #D06425: hue angle of 22.11º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D06425 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 37 -
CMYK 0 0.52 0.82 0.18
HSL 22.11º 0.7% 0.48% -
HSV(B) 22.11º 0.82% 0.82% -
XYZ 30.9 22.66 4.49 -
YUV 125.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 208 100 37 0 0.52 0.82 0.18 22.11 0.7 0.48
Hex D0 64 25 0 34 52 12 16 46 30
Octal 320 144 45 0 64 122 22 26 106 60
Binary 11010000 1100100 100101 0 110100 1010010 10010 10110 1000110 110000

Color Harmonies of #D06425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06425

Black with #D06425

Text Example


Text Example

White with #D06425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06425; }

 p { color: rgb(208,100,37); }

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

background-color css

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

 a { background-color: rgb(208,100,37); }

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

border-color css

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

 span { border-color: rgb(208,100,37); }

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