Html Css Color HEX #D28010 Ochre

📋 copy color: '#D28010'

red 210 ◦ green 128 ◦ blue 16

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

Shades of Ochre #D28010

Tints of Ochre #D28010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 59.32%
G = 36.16%
B = 4.52%

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

#D28010 (or 0xD28010) is known color: Ochre. HEX triplet: D2, 80 and 10. RGB value is (210,128,16). Sum of RGB (Red+Green+Blue) = 210+128+16=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D28010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28010 is #2D7FEF. Grayscale: #8C8C8C. Windows color (decimal): -2981872 or 1081554. OLE color: 1081554.

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

Color convert

RGB 210 128 16 -
CMYK 0 0.39 0.92 0.18
HSL 34.64º 0.86% 0.44% -
HSV(B) 34.64º 0.92% 0.82% -
XYZ 34.39 29.18 4.31 -
YUV 139.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 210 128 16 0 0.39 0.92 0.18 34.64 0.86 0.44
Hex D2 80 10 0 27 5C 12 23 56 2C
Octal 322 200 20 0 47 134 22 43 126 54
Binary 11010010 10000000 10000 0 100111 1011100 10010 100011 1010110 101100

Color Harmonies of #D28010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28010

Black with #D28010

Text Example


Text Example

White with #D28010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28010; }

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

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

background-color css

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

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

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

border-color css

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

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

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