Html Css Color HEX #D48411 Ochre

📋 copy color: '#D48411'

red 212 ◦ green 132 ◦ blue 17

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

Shades of Ochre #D48411

Tints of Ochre #D48411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 58.73%
G = 36.57%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48411 (or 0xD48411) is known color: Ochre. HEX triplet: D4, 84 and 11. RGB value is (212,132,17). Sum of RGB (Red+Green+Blue) = 212+132+17=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D48411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48411 is #2B7BEE. Grayscale: #8F8F8F. Windows color (decimal): -2849775 or 1148116. OLE color: 1148116.

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

Color convert

RGB 212 132 17 -
CMYK 0 0.38 0.92 0.17
HSL 35.38º 0.85% 0.45% -
HSV(B) 35.38º 0.92% 0.83% -
XYZ 35.5 30.54 4.55 -
YUV 142.81 57 177.35 -
System Red Green Blue C M Y K H S L
Decimal 212 132 17 0 0.38 0.92 0.17 35.38 0.85 0.45
Hex D4 84 11 0 26 5C 11 23 55 2D
Octal 324 204 21 0 46 134 21 43 125 55
Binary 11010100 10000100 10001 0 100110 1011100 10001 100011 1010101 101101

Color Harmonies of #D48411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48411

Black with #D48411

Text Example


Text Example

White with #D48411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48411; }

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

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

background-color css

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

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

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

border-color css

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

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

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