Html Css Color HEX #D48515 Ochre

📋 copy color: '#D48515'

red 212 ◦ green 133 ◦ blue 21

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

Shades of Ochre #D48515

Tints of Ochre #D48515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 57.92%
G = 36.34%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48515 (or 0xD48515) is known color: Ochre. HEX triplet: D4, 85 and 15. RGB value is (212,133,21). Sum of RGB (Red+Green+Blue) = 212+133+21=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48515 is #2B7AEA. Grayscale: #909090. Windows color (decimal): -2849515 or 1410516. OLE color: 1410516.

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

Color convert

RGB 212 133 21 -
CMYK 0 0.37 0.90 0.17
HSL 35.18º 0.82% 0.46% -
HSV(B) 35.18º 0.9% 0.83% -
XYZ 35.67 30.83 4.78 -
YUV 143.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 212 133 21 0 0.37 0.90 0.17 35.18 0.82 0.46
Hex D4 85 15 0 25 5A 11 23 52 2E
Octal 324 205 25 0 45 132 21 43 122 56
Binary 11010100 10000101 10101 0 100101 1011010 10001 100011 1010010 101110

Color Harmonies of #D48515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48515

Black with #D48515

Text Example


Text Example

White with #D48515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48515; }

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

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

background-color css

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

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

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

border-color css

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

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

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