Html Css Color HEX #D27217 Chocolate

📋 copy color: '#D27217'

red 210 ◦ green 114 ◦ blue 23

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

Shades of Chocolate #D27217

Tints of Chocolate #D27217

RGB

 RED value IS 210 (82.42% from 255) = 60.52%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 60.52%
G = 32.85%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27217 (or 0xD27217) is known color: Chocolate. HEX triplet: D2, 72 and 17. RGB value is (210,114,23). Sum of RGB (Red+Green+Blue) = 210+114+23=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27217 is #2D8DE8. Grayscale: #848484. Windows color (decimal): -2985449 or 1536722. OLE color: 1536722.

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

Color convert

RGB 210 114 23 -
CMYK 0 0.46 0.89 0.18
HSL 29.2º 0.8% 0.46% -
HSV(B) 29.2º 0.89% 0.82% -
XYZ 32.75 25.8 4.06 -
YUV 132.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 210 114 23 0 0.46 0.89 0.18 29.2 0.8 0.46
Hex D2 72 17 0 2E 59 12 1D 50 2E
Octal 322 162 27 0 56 131 22 35 120 56
Binary 11010010 1110010 10111 0 101110 1011001 10010 11101 1010000 101110

Color Harmonies of #D27217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27217

Black with #D27217

Text Example


Text Example

White with #D27217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27217; }

 p { color: rgb(210,114,23); }

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

background-color css

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

 a { background-color: rgb(210,114,23); }

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

border-color css

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

 span { border-color: rgb(210,114,23); }

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