Html Css Color HEX #D27212 Chocolate

📋 copy color: '#D27212'

red 210 ◦ green 114 ◦ blue 18

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

Shades of Chocolate #D27212

Tints of Chocolate #D27212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 61.4%
G = 33.33%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27212 (or 0xD27212) is known color: Chocolate. HEX triplet: D2, 72 and 12. RGB value is (210,114,18). Sum of RGB (Red+Green+Blue) = 210+114+18=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27212 is #2D8DED. Grayscale: #848484. Windows color (decimal): -2985454 or 1209042. OLE color: 1209042.

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

Color convert

RGB 210 114 18 -
CMYK 0 0.46 0.91 0.18
HSL 30º 0.84% 0.45% -
HSV(B) 30º 0.91% 0.82% -
XYZ 32.7 25.78 3.82 -
YUV 131.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 210 114 18 0 0.46 0.91 0.18 30 0.84 0.45
Hex D2 72 12 0 2E 5B 12 1E 54 2D
Octal 322 162 22 0 56 133 22 36 124 55
Binary 11010010 1110010 10010 0 101110 1011011 10010 11110 1010100 101101

Color Harmonies of #D27212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27212

Black with #D27212

Text Example


Text Example

White with #D27212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27212; }

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

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

background-color css

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

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

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

border-color css

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

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

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