Html Css Color HEX #D28716 Ochre

📋 copy color: '#D28716'

red 210 ◦ green 135 ◦ blue 22

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

Shades of Ochre #D28716

Tints of Ochre #D28716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 57.22%
G = 36.78%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D28716 (or 0xD28716) is known color: Ochre. HEX triplet: D2, 87 and 16. RGB value is (210,135,22). Sum of RGB (Red+Green+Blue) = 210+135+22=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D28716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28716 is #2D78E9. Grayscale: #919191. Windows color (decimal): -2980074 or 1476562. OLE color: 1476562.

HSL color Cylindrical-coordinate representation of color #D28716: hue angle of 36.06º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D28716 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 22 -
CMYK 0 0.36 0.90 0.18
HSL 36.06º 0.81% 0.45% -
HSV(B) 36.06º 0.9% 0.82% -
XYZ 35.39 31.09 4.89 -
YUV 144.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 210 135 22 0 0.36 0.90 0.18 36.06 0.81 0.45
Hex D2 87 16 0 24 5A 12 24 51 2D
Octal 322 207 26 0 44 132 22 44 121 55
Binary 11010010 10000111 10110 0 100100 1011010 10010 100100 1010001 101101

Color Harmonies of #D28716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28716

Black with #D28716

Text Example


Text Example

White with #D28716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28716; }

 p { color: rgb(210,135,22); }

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

background-color css

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

 a { background-color: rgb(210,135,22); }

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

border-color css

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

 span { border-color: rgb(210,135,22); }

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