Html Css Color HEX #D38420 Ochre

📋 copy color: '#D38420'

red 211 ◦ green 132 ◦ blue 32

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

Shades of Ochre #D38420

Tints of Ochre #D38420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 56.27%
G = 35.2%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D38420 (or 0xD38420) is known color: Ochre. HEX triplet: D3, 84 and 20. RGB value is (211,132,32). Sum of RGB (Red+Green+Blue) = 211+132+32=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D38420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38420 is #2C7BDF. Grayscale: #909090. Windows color (decimal): -2915296 or 2131155. OLE color: 2131155.

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

Color convert

RGB 211 132 32 -
CMYK 0 0.37 0.85 0.17
HSL 33.52º 0.74% 0.48% -
HSV(B) 33.52º 0.85% 0.83% -
XYZ 35.38 30.46 5.38 -
YUV 144.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 211 132 32 0 0.37 0.85 0.17 33.52 0.74 0.48
Hex D3 84 20 0 25 55 11 22 4A 30
Octal 323 204 40 0 45 125 21 42 112 60
Binary 11010011 10000100 100000 0 100101 1010101 10001 100010 1001010 110000

Color Harmonies of #D38420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38420

Black with #D38420

Text Example


Text Example

White with #D38420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38420; }

 p { color: rgb(211,132,32); }

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

background-color css

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

 a { background-color: rgb(211,132,32); }

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

border-color css

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

 span { border-color: rgb(211,132,32); }

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