Html Css Color HEX #D48321 Ochre

📋 copy color: '#D48321'

red 212 ◦ green 131 ◦ blue 33

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

Shades of Ochre #D48321

Tints of Ochre #D48321

RGB

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

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

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

R = 56.38%
G = 34.84%
B = 8.78%

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

#D48321 (or 0xD48321) is known color: Ochre. HEX triplet: D4, 83 and 21. RGB value is (212,131,33). Sum of RGB (Red+Green+Blue) = 212+131+33=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48321 is #2B7CDE. Grayscale: #909090. Windows color (decimal): -2850015 or 2196436. OLE color: 2196436.

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

Color convert

RGB 212 131 33 -
CMYK 0 0.38 0.84 0.17
HSL 32.85º 0.73% 0.48% -
HSV(B) 32.85º 0.84% 0.83% -
XYZ 35.54 30.34 5.42 -
YUV 144.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 212 131 33 0 0.38 0.84 0.17 32.85 0.73 0.48
Hex D4 83 21 0 26 54 11 21 49 30
Octal 324 203 41 0 46 124 21 41 111 60
Binary 11010100 10000011 100001 0 100110 1010100 10001 100001 1001001 110000

Color Harmonies of #D48321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48321

Black with #D48321

Text Example


Text Example

White with #D48321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48321; }

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

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

background-color css

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

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

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

border-color css

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

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

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