Html Css Color HEX #D38221 Ochre

📋 copy color: '#D38221'

red 211 ◦ green 130 ◦ blue 33

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

Shades of Ochre #D38221

Tints of Ochre #D38221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 56.42%
G = 34.76%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D38221 (or 0xD38221) is known color: Ochre. HEX triplet: D3, 82 and 21. RGB value is (211,130,33). Sum of RGB (Red+Green+Blue) = 211+130+33=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D38221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38221 is #2C7DDE. Grayscale: #8F8F8F. Windows color (decimal): -2915807 or 2196179. OLE color: 2196179.

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

Color convert

RGB 211 130 33 -
CMYK 0 0.38 0.84 0.17
HSL 32.7º 0.73% 0.48% -
HSV(B) 32.7º 0.84% 0.83% -
XYZ 35.12 29.92 5.36 -
YUV 143.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 211 130 33 0 0.38 0.84 0.17 32.7 0.73 0.48
Hex D3 82 21 0 26 54 11 21 49 30
Octal 323 202 41 0 46 124 21 41 111 60
Binary 11010011 10000010 100001 0 100110 1010100 10001 100001 1001001 110000

Color Harmonies of #D38221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38221

Black with #D38221

Text Example


Text Example

White with #D38221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38221; }

 p { color: rgb(211,130,33); }

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

background-color css

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

 a { background-color: rgb(211,130,33); }

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

border-color css

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

 span { border-color: rgb(211,130,33); }

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