Html Css Color HEX #D48221 Ochre

📋 copy color: '#D48221'

red 212 ◦ green 130 ◦ blue 33

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

Shades of Ochre #D48221

Tints of Ochre #D48221

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

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

R = 56.53%
G = 34.67%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D48221 (or 0xD48221) is known color: Ochre. HEX triplet: D4, 82 and 21. RGB value is (212,130,33). Sum of RGB (Red+Green+Blue) = 212+130+33=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48221 is #2B7DDE. Grayscale: #8F8F8F. Windows color (decimal): -2850271 or 2196180. OLE color: 2196180.

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

Color convert

RGB 212 130 33 -
CMYK 0 0.39 0.84 0.17
HSL 32.51º 0.73% 0.48% -
HSV(B) 32.51º 0.84% 0.83% -
XYZ 35.41 30.07 5.38 -
YUV 143.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 212 130 33 0 0.39 0.84 0.17 32.51 0.73 0.48
Hex D4 82 21 0 27 54 11 21 49 30
Octal 324 202 41 0 47 124 21 41 111 60
Binary 11010100 10000010 100001 0 100111 1010100 10001 100001 1001001 110000

Color Harmonies of #D48221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48221

Black with #D48221

Text Example


Text Example

White with #D48221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48221; }

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

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

background-color css

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

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

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

border-color css

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

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

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