Html Css Color HEX #D27A20 Ochre

📋 copy color: '#D27A20'

red 210 ◦ green 122 ◦ blue 32

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

Shades of Ochre #D27A20

Tints of Ochre #D27A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 57.69%
G = 33.52%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D27A20 (or 0xD27A20) is known color: Ochre. HEX triplet: D2, 7A and 20. RGB value is (210,122,32). Sum of RGB (Red+Green+Blue) = 210+122+32=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A20 is #2D85DF. Grayscale: #8A8A8A. Windows color (decimal): -2983392 or 2128594. OLE color: 2128594.

HSL color Cylindrical-coordinate representation of color #D27A20: hue angle of 30.34º 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 #D27A20 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 32 -
CMYK 0 0.42 0.85 0.18
HSL 30.34º 0.74% 0.47% -
HSV(B) 30.34º 0.85% 0.82% -
XYZ 33.8 27.72 4.94 -
YUV 138.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 210 122 32 0 0.42 0.85 0.18 30.34 0.74 0.47
Hex D2 7A 20 0 2A 55 12 1E 4A 2F
Octal 322 172 40 0 52 125 22 36 112 57
Binary 11010010 1111010 100000 0 101010 1010101 10010 11110 1001010 101111

Color Harmonies of #D27A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A20

Black with #D27A20

Text Example


Text Example

White with #D27A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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