Html Css Color HEX #D38317 Ochre

📋 copy color: '#D38317'

red 211 ◦ green 131 ◦ blue 23

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

Shades of Ochre #D38317

Tints of Ochre #D38317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 57.81%
G = 35.89%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D38317 (or 0xD38317) is known color: Ochre. HEX triplet: D3, 83 and 17. RGB value is (211,131,23). Sum of RGB (Red+Green+Blue) = 211+131+23=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D38317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38317 is #2C7CE8. Grayscale: #8F8F8F. Windows color (decimal): -2915561 or 1541075. OLE color: 1541075.

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

Color convert

RGB 211 131 23 -
CMYK 0 0.38 0.89 0.17
HSL 34.47º 0.8% 0.46% -
HSV(B) 34.47º 0.89% 0.83% -
XYZ 35.13 30.14 4.78 -
YUV 142.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 211 131 23 0 0.38 0.89 0.17 34.47 0.8 0.46
Hex D3 83 17 0 26 59 11 22 50 2E
Octal 323 203 27 0 46 131 21 42 120 56
Binary 11010011 10000011 10111 0 100110 1011001 10001 100010 1010000 101110

Color Harmonies of #D38317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38317

Black with #D38317

Text Example


Text Example

White with #D38317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38317; }

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

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

background-color css

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

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

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

border-color css

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

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

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