Html Css Color HEX #D58015 Ochre

📋 copy color: '#D58015'

red 213 ◦ green 128 ◦ blue 21

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

Shades of Ochre #D58015

Tints of Ochre #D58015

RGB

 RED value IS 213 (83.59% from 255) = 58.84%

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

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

R = 58.84%
G = 35.36%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D58015 (or 0xD58015) is known color: Ochre. HEX triplet: D5, 80 and 15. RGB value is (213,128,21). Sum of RGB (Red+Green+Blue) = 213+128+21=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D58015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58015 is #2A7FEA. Grayscale: #8D8D8D. Windows color (decimal): -2785259 or 1409237. OLE color: 1409237.

HSL color Cylindrical-coordinate representation of color #D58015: hue angle of 33.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D58015 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 21 -
CMYK 0 0.40 0.90 0.16
HSL 33.44º 0.82% 0.46% -
HSV(B) 33.44º 0.9% 0.84% -
XYZ 35.3 29.64 4.57 -
YUV 141.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 213 128 21 0 0.40 0.90 0.16 33.44 0.82 0.46
Hex D5 80 15 0 28 5A 10 21 52 2E
Octal 325 200 25 0 50 132 20 41 122 56
Binary 11010101 10000000 10101 0 101000 1011010 10000 100001 1010010 101110

Color Harmonies of #D58015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58015

Black with #D58015

Text Example


Text Example

White with #D58015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58015; }

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

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

background-color css

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

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

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

border-color css

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

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

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