Html Css Color HEX #D28112 Ochre

📋 copy color: '#D28112'

red 210 ◦ green 129 ◦ blue 18

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

Shades of Ochre #D28112

Tints of Ochre #D28112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 58.82%
G = 36.13%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D28112 (or 0xD28112) is known color: Ochre. HEX triplet: D2, 81 and 12. RGB value is (210,129,18). Sum of RGB (Red+Green+Blue) = 210+129+18=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D28112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28112 is #2D7EED. Grayscale: #8D8D8D. Windows color (decimal): -2981614 or 1212882. OLE color: 1212882.

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

Color convert

RGB 210 129 18 -
CMYK 0 0.39 0.91 0.18
HSL 34.69º 0.84% 0.45% -
HSV(B) 34.69º 0.91% 0.82% -
XYZ 34.54 29.45 4.44 -
YUV 140.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 210 129 18 0 0.39 0.91 0.18 34.69 0.84 0.45
Hex D2 81 12 0 27 5B 12 23 54 2D
Octal 322 201 22 0 47 133 22 43 124 55
Binary 11010010 10000001 10010 0 100111 1011011 10010 100011 1010100 101101

Color Harmonies of #D28112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28112

Black with #D28112

Text Example


Text Example

White with #D28112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28112; }

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

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

background-color css

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

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

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

border-color css

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

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

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