Html Css Color HEX #D48121 Ochre

📋 copy color: '#D48121'

red 212 ◦ green 129 ◦ blue 33

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

Shades of Ochre #D48121

Tints of Ochre #D48121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 56.68%
G = 34.49%
B = 8.82%

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

#D48121 (or 0xD48121) is known color: Ochre. HEX triplet: D4, 81 and 21. RGB value is (212,129,33). Sum of RGB (Red+Green+Blue) = 212+129+33=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D48121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48121 is #2B7EDE. Grayscale: #8F8F8F. Windows color (decimal): -2850527 or 2195924. OLE color: 2195924.

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

Color convert

RGB 212 129 33 -
CMYK 0 0.39 0.84 0.17
HSL 32.18º 0.73% 0.48% -
HSV(B) 32.18º 0.84% 0.83% -
XYZ 35.28 29.81 5.33 -
YUV 142.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 212 129 33 0 0.39 0.84 0.17 32.18 0.73 0.48
Hex D4 81 21 0 27 54 11 20 49 30
Octal 324 201 41 0 47 124 21 40 111 60
Binary 11010100 10000001 100001 0 100111 1010100 10001 100000 1001001 110000

Color Harmonies of #D48121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48121

Black with #D48121

Text Example


Text Example

White with #D48121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48121; }

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

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

background-color css

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

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

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

border-color css

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

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

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