Html Css Color HEX #D38011 Ochre

📋 copy color: '#D38011'

red 211 ◦ green 128 ◦ blue 17

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

Shades of Ochre #D38011

Tints of Ochre #D38011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.78%

R = 59.27%
G = 35.96%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D38011 (or 0xD38011) is known color: Ochre. HEX triplet: D3, 80 and 11. RGB value is (211,128,17). Sum of RGB (Red+Green+Blue) = 211+128+17=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D38011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38011 is #2C7FEE. Grayscale: #8C8C8C. Windows color (decimal): -2916335 or 1147091. OLE color: 1147091.

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

Color convert

RGB 211 128 17 -
CMYK 0 0.39 0.92 0.17
HSL 34.33º 0.85% 0.45% -
HSV(B) 34.33º 0.92% 0.83% -
XYZ 34.68 29.33 4.36 -
YUV 140.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 211 128 17 0 0.39 0.92 0.17 34.33 0.85 0.45
Hex D3 80 11 0 27 5C 11 22 55 2D
Octal 323 200 21 0 47 134 21 42 125 55
Binary 11010011 10000000 10001 0 100111 1011100 10001 100010 1010101 101101

Color Harmonies of #D38011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38011

Black with #D38011

Text Example


Text Example

White with #D38011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38011; }

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

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

background-color css

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

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

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

border-color css

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

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

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