Html Css Color HEX #D38017 Ochre

📋 copy color: '#D38017'

red 211 ◦ green 128 ◦ blue 23

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

Shades of Ochre #D38017

Tints of Ochre #D38017

RGB

 RED value IS 211 (82.81% from 255) = 58.29%

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

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 58.29%
G = 35.36%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D38017 (or 0xD38017) is known color: Ochre. HEX triplet: D3, 80 and 17. RGB value is (211,128,23). Sum of RGB (Red+Green+Blue) = 211+128+23=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D38017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38017 is #2C7FE8. Grayscale: #8D8D8D. Windows color (decimal): -2916329 or 1540307. OLE color: 1540307.

HSL color Cylindrical-coordinate representation of color #D38017: hue angle of 33.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D38017 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 128 23 -
CMYK 0 0.39 0.89 0.17
HSL 33.51º 0.8% 0.46% -
HSV(B) 33.51º 0.89% 0.83% -
XYZ 34.74 29.35 4.64 -
YUV 140.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 211 128 23 0 0.39 0.89 0.17 33.51 0.8 0.46
Hex D3 80 17 0 27 59 11 22 50 2E
Octal 323 200 27 0 47 131 21 42 120 56
Binary 11010011 10000000 10111 0 100111 1011001 10001 100010 1010000 101110

Color Harmonies of #D38017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38017

Black with #D38017

Text Example


Text Example

White with #D38017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38017; }

 p { color: rgb(211,128,23); }

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

background-color css

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

 a { background-color: rgb(211,128,23); }

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

border-color css

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

 span { border-color: rgb(211,128,23); }

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