Html Css Color HEX #D27420 Ochre

📋 copy color: '#D27420'

red 210 ◦ green 116 ◦ blue 32

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

Shades of Ochre #D27420

Tints of Ochre #D27420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 58.66%
G = 32.4%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D27420 (or 0xD27420) is known color: Ochre. HEX triplet: D2, 74 and 20. RGB value is (210,116,32). Sum of RGB (Red+Green+Blue) = 210+116+32=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D27420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27420 is #2D8BDF. Grayscale: #868686. Windows color (decimal): -2984928 or 2127058. OLE color: 2127058.

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

Color convert

RGB 210 116 32 -
CMYK 0 0.45 0.85 0.18
HSL 28.31º 0.74% 0.47% -
HSV(B) 28.31º 0.85% 0.82% -
XYZ 33.08 26.3 4.7 -
YUV 134.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 210 116 32 0 0.45 0.85 0.18 28.31 0.74 0.47
Hex D2 74 20 0 2D 55 12 1C 4A 2F
Octal 322 164 40 0 55 125 22 34 112 57
Binary 11010010 1110100 100000 0 101101 1010101 10010 11100 1001010 101111

Color Harmonies of #D27420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27420

Black with #D27420

Text Example


Text Example

White with #D27420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27420; }

 p { color: rgb(210,116,32); }

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

background-color css

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

 a { background-color: rgb(210,116,32); }

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

border-color css

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

 span { border-color: rgb(210,116,32); }

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