Html Css Color HEX #D38620 Ochre

📋 copy color: '#D38620'

red 211 ◦ green 134 ◦ blue 32

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

Shades of Ochre #D38620

Tints of Ochre #D38620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 55.97%
G = 35.54%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D38620 (or 0xD38620) is known color: Ochre. HEX triplet: D3, 86 and 20. RGB value is (211,134,32). Sum of RGB (Red+Green+Blue) = 211+134+32=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D38620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38620 is #2C79DF. Grayscale: #919191. Windows color (decimal): -2914784 or 2131667. OLE color: 2131667.

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

Color convert

RGB 211 134 32 -
CMYK 0 0.36 0.85 0.17
HSL 34.19º 0.74% 0.48% -
HSV(B) 34.19º 0.85% 0.83% -
XYZ 35.65 31 5.47 -
YUV 145.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 211 134 32 0 0.36 0.85 0.17 34.19 0.74 0.48
Hex D3 86 20 0 24 55 11 22 4A 30
Octal 323 206 40 0 44 125 21 42 112 60
Binary 11010011 10000110 100000 0 100100 1010101 10001 100010 1001010 110000

Color Harmonies of #D38620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38620

Black with #D38620

Text Example


Text Example

White with #D38620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38620; }

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

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

background-color css

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

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

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

border-color css

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

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

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