Html Css Color HEX #D28119 Ochre

📋 copy color: '#D28119'

red 210 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D28119

Tints of Ochre #D28119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 57.69%
G = 35.44%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28119 (or 0xD28119) is known color: Ochre. HEX triplet: D2, 81 and 19. RGB value is (210,129,25). Sum of RGB (Red+Green+Blue) = 210+129+25=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D28119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28119 is #2D7EE6. Grayscale: #8D8D8D. Windows color (decimal): -2981607 or 1671634. OLE color: 1671634.

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

Color convert

RGB 210 129 25 -
CMYK 0 0.39 0.88 0.18
HSL 33.73º 0.79% 0.46% -
HSV(B) 33.73º 0.88% 0.82% -
XYZ 34.6 29.47 4.78 -
YUV 141.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 210 129 25 0 0.39 0.88 0.18 33.73 0.79 0.46
Hex D2 81 19 0 27 58 12 22 4F 2E
Octal 322 201 31 0 47 130 22 42 117 56
Binary 11010010 10000001 11001 0 100111 1011000 10010 100010 1001111 101110

Color Harmonies of #D28119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28119

Black with #D28119

Text Example


Text Example

White with #D28119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28119; }

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

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

background-color css

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

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

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

border-color css

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

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

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