Html Css Color HEX #D27022 Chocolate

📋 copy color: '#D27022'

red 210 ◦ green 112 ◦ blue 34

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

Shades of Chocolate #D27022

Tints of Chocolate #D27022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 58.99%
G = 31.46%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D27022 (or 0xD27022) is known color: Chocolate. HEX triplet: D2, 70 and 22. RGB value is (210,112,34). Sum of RGB (Red+Green+Blue) = 210+112+34=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D27022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27022 is #2D8FDD. Grayscale: #848484. Windows color (decimal): -2985950 or 2257106. OLE color: 2257106.

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

Color convert

RGB 210 112 34 -
CMYK 0 0.47 0.84 0.18
HSL 26.59º 0.72% 0.48% -
HSV(B) 26.59º 0.84% 0.82% -
XYZ 32.66 25.41 4.7 -
YUV 132.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 210 112 34 0 0.47 0.84 0.18 26.59 0.72 0.48
Hex D2 70 22 0 2F 54 12 1B 48 30
Octal 322 160 42 0 57 124 22 33 110 60
Binary 11010010 1110000 100010 0 101111 1010100 10010 11011 1001000 110000

Color Harmonies of #D27022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27022

Black with #D27022

Text Example


Text Example

White with #D27022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27022; }

 p { color: rgb(210,112,34); }

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

background-color css

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

 a { background-color: rgb(210,112,34); }

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

border-color css

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

 span { border-color: rgb(210,112,34); }

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