Html Css Color HEX #D48215 Ochre

📋 copy color: '#D48215'

red 212 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D48215

Tints of Ochre #D48215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.79%

R = 58.4%
G = 35.81%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48215 (or 0xD48215) is known color: Ochre. HEX triplet: D4, 82 and 15. RGB value is (212,130,21). Sum of RGB (Red+Green+Blue) = 212+130+21=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D48215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48215 is #2B7DEA. Grayscale: #8E8E8E. Windows color (decimal): -2850283 or 1409748. OLE color: 1409748.

HSL color Cylindrical-coordinate representation of color #D48215: hue angle of 34.24º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48215 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 21 -
CMYK 0 0.39 0.90 0.17
HSL 34.24º 0.82% 0.46% -
HSV(B) 34.24º 0.9% 0.83% -
XYZ 35.27 30.02 4.64 -
YUV 142.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 212 130 21 0 0.39 0.90 0.17 34.24 0.82 0.46
Hex D4 82 15 0 27 5A 11 22 52 2E
Octal 324 202 25 0 47 132 21 42 122 56
Binary 11010100 10000010 10101 0 100111 1011010 10001 100010 1010010 101110

Color Harmonies of #D48215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48215

Black with #D48215

Text Example


Text Example

White with #D48215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48215; }

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

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

background-color css

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

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

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

border-color css

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

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

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