Html Css Color HEX #D38018 Ochre

📋 copy color: '#D38018'

red 211 ◦ green 128 ◦ blue 24

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

Shades of Ochre #D38018

Tints of Ochre #D38018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 58.13%
G = 35.26%
B = 6.61%

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

#D38018 (or 0xD38018) is known color: Ochre. HEX triplet: D3, 80 and 18. RGB value is (211,128,24). Sum of RGB (Red+Green+Blue) = 211+128+24=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D38018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38018 is #2C7FE7. Grayscale: #8D8D8D. Windows color (decimal): -2916328 or 1605843. OLE color: 1605843.

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

Color convert

RGB 211 128 24 -
CMYK 0 0.39 0.89 0.17
HSL 33.37º 0.8% 0.46% -
HSV(B) 33.37º 0.89% 0.83% -
XYZ 34.75 29.35 4.7 -
YUV 140.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 211 128 24 0 0.39 0.89 0.17 33.37 0.8 0.46
Hex D3 80 18 0 27 59 11 21 50 2E
Octal 323 200 30 0 47 131 21 41 120 56
Binary 11010011 10000000 11000 0 100111 1011001 10001 100001 1010000 101110

Color Harmonies of #D38018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38018

Black with #D38018

Text Example


Text Example

White with #D38018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38018; }

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

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

background-color css

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

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

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

border-color css

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

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

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