Html Css Color HEX #D48115 Ochre

📋 copy color: '#D48115'

red 212 ◦ green 129 ◦ blue 21

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

Shades of Ochre #D48115

Tints of Ochre #D48115

RGB

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

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

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

R = 58.56%
G = 35.64%
B = 5.8%

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

#D48115 (or 0xD48115) is known color: Ochre. HEX triplet: D4, 81 and 15. RGB value is (212,129,21). Sum of RGB (Red+Green+Blue) = 212+129+21=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D48115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48115 is #2B7EEA. Grayscale: #8E8E8E. Windows color (decimal): -2850539 or 1409492. OLE color: 1409492.

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

Color convert

RGB 212 129 21 -
CMYK 0 0.39 0.90 0.17
HSL 33.93º 0.82% 0.46% -
HSV(B) 33.93º 0.9% 0.83% -
XYZ 35.14 29.75 4.6 -
YUV 141.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 212 129 21 0 0.39 0.90 0.17 33.93 0.82 0.46
Hex D4 81 15 0 27 5A 11 22 52 2E
Octal 324 201 25 0 47 132 21 42 122 56
Binary 11010100 10000001 10101 0 100111 1011010 10001 100010 1010010 101110

Color Harmonies of #D48115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48115

Black with #D48115

Text Example


Text Example

White with #D48115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48115; }

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

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

background-color css

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

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

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

border-color css

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

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

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