Html Css Color HEX #D48211 Ochre

📋 copy color: '#D48211'

red 212 ◦ green 130 ◦ blue 17

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

Shades of Ochre #D48211

Tints of Ochre #D48211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 59.05%
G = 36.21%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48211 (or 0xD48211) is known color: Ochre. HEX triplet: D4, 82 and 11. RGB value is (212,130,17). Sum of RGB (Red+Green+Blue) = 212+130+17=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D48211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48211 is #2B7DEE. Grayscale: #8E8E8E. Windows color (decimal): -2850287 or 1147604. OLE color: 1147604.

HSL color Cylindrical-coordinate representation of color #D48211: hue angle of 34.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D48211 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 17 -
CMYK 0 0.39 0.92 0.17
HSL 34.77º 0.85% 0.45% -
HSV(B) 34.77º 0.92% 0.83% -
XYZ 35.24 30 4.46 -
YUV 141.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 212 130 17 0 0.39 0.92 0.17 34.77 0.85 0.45
Hex D4 82 11 0 27 5C 11 23 55 2D
Octal 324 202 21 0 47 134 21 43 125 55
Binary 11010100 10000010 10001 0 100111 1011100 10001 100011 1010101 101101

Color Harmonies of #D48211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48211

Black with #D48211

Text Example


Text Example

White with #D48211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48211; }

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

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

background-color css

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

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

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

border-color css

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

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

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