Html Css Color HEX #D28110 Ochre

📋 copy color: '#D28110'

red 210 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D28110

Tints of Ochre #D28110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 59.15%
G = 36.34%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28110 (or 0xD28110) is known color: Ochre. HEX triplet: D2, 81 and 10. RGB value is (210,129,16). Sum of RGB (Red+Green+Blue) = 210+129+16=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D28110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28110 is #2D7EEF. Grayscale: #8C8C8C. Windows color (decimal): -2981616 or 1081810. OLE color: 1081810.

HSL color Cylindrical-coordinate representation of color #D28110: hue angle of 34.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D28110 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 129 16 -
CMYK 0 0.39 0.92 0.18
HSL 34.95º 0.86% 0.44% -
HSV(B) 34.95º 0.92% 0.82% -
XYZ 34.52 29.44 4.35 -
YUV 140.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 210 129 16 0 0.39 0.92 0.18 34.95 0.86 0.44
Hex D2 81 10 0 27 5C 12 23 56 2C
Octal 322 201 20 0 47 134 22 43 126 54
Binary 11010010 10000001 10000 0 100111 1011100 10010 100011 1010110 101100

Color Harmonies of #D28110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28110

Black with #D28110

Text Example


Text Example

White with #D28110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28110; }

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

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

background-color css

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

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

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

border-color css

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

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

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