Html Css Color HEX #D28015 Ochre

📋 copy color: '#D28015'

red 210 ◦ green 128 ◦ blue 21

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

Shades of Ochre #D28015

Tints of Ochre #D28015

RGB

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

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

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

R = 58.5%
G = 35.65%
B = 5.85%

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

#D28015 (or 0xD28015) is known color: Ochre. HEX triplet: D2, 80 and 15. RGB value is (210,128,21). Sum of RGB (Red+Green+Blue) = 210+128+21=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D28015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28015 is #2D7FEA. Grayscale: #8C8C8C. Windows color (decimal): -2981867 or 1409234. OLE color: 1409234.

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

Color convert

RGB 210 128 21 -
CMYK 0 0.39 0.90 0.18
HSL 33.97º 0.82% 0.45% -
HSV(B) 33.97º 0.9% 0.82% -
XYZ 34.43 29.19 4.53 -
YUV 140.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 210 128 21 0 0.39 0.90 0.18 33.97 0.82 0.45
Hex D2 80 15 0 27 5A 12 22 52 2D
Octal 322 200 25 0 47 132 22 42 122 55
Binary 11010010 10000000 10101 0 100111 1011010 10010 100010 1010010 101101

Color Harmonies of #D28015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28015

Black with #D28015

Text Example


Text Example

White with #D28015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28015; }

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

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

background-color css

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

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

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

border-color css

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

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

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