Html Css Color HEX #D28115 Ochre

📋 copy color: '#D28115'

red 210 ◦ green 129 ◦ blue 21

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

Shades of Ochre #D28115

Tints of Ochre #D28115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 58.33%
G = 35.83%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D28115 (or 0xD28115) is known color: Ochre. HEX triplet: D2, 81 and 15. RGB value is (210,129,21). Sum of RGB (Red+Green+Blue) = 210+129+21=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D28115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28115 is #2D7EEA. Grayscale: #8D8D8D. Windows color (decimal): -2981611 or 1409490. OLE color: 1409490.

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

Color convert

RGB 210 129 21 -
CMYK 0 0.39 0.90 0.18
HSL 34.29º 0.82% 0.45% -
HSV(B) 34.29º 0.9% 0.82% -
XYZ 34.56 29.46 4.57 -
YUV 140.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 210 129 21 0 0.39 0.90 0.18 34.29 0.82 0.45
Hex D2 81 15 0 27 5A 12 22 52 2D
Octal 322 201 25 0 47 132 22 42 122 55
Binary 11010010 10000001 10101 0 100111 1011010 10010 100010 1010010 101101

Color Harmonies of #D28115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28115

Black with #D28115

Text Example


Text Example

White with #D28115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28115; }

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

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

background-color css

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

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

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

border-color css

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

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

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