Html Css Color HEX #D38117 Ochre

📋 copy color: '#D38117'

red 211 ◦ green 129 ◦ blue 23

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

Shades of Ochre #D38117

Tints of Ochre #D38117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 58.13%
G = 35.54%
B = 6.34%

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

#D38117 (or 0xD38117) is known color: Ochre. HEX triplet: D3, 81 and 17. RGB value is (211,129,23). Sum of RGB (Red+Green+Blue) = 211+129+23=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D38117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38117 is #2C7EE8. Grayscale: #8D8D8D. Windows color (decimal): -2916073 or 1540563. OLE color: 1540563.

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

Color convert

RGB 211 129 23 -
CMYK 0 0.39 0.89 0.17
HSL 33.83º 0.8% 0.46% -
HSV(B) 33.83º 0.89% 0.83% -
XYZ 34.87 29.61 4.69 -
YUV 141.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 211 129 23 0 0.39 0.89 0.17 33.83 0.8 0.46
Hex D3 81 17 0 27 59 11 22 50 2E
Octal 323 201 27 0 47 131 21 42 120 56
Binary 11010011 10000001 10111 0 100111 1011001 10001 100010 1010000 101110

Color Harmonies of #D38117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38117

Black with #D38117

Text Example


Text Example

White with #D38117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38117; }

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

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

background-color css

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

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

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

border-color css

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

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

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