Html Css Color HEX #D48413 Ochre

📋 copy color: '#D48413'

red 212 ◦ green 132 ◦ blue 19

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

Shades of Ochre #D48413

Tints of Ochre #D48413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 58.4%
G = 36.36%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D48413 (or 0xD48413) is known color: Ochre. HEX triplet: D4, 84 and 13. RGB value is (212,132,19). Sum of RGB (Red+Green+Blue) = 212+132+19=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D48413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48413 is #2B7BEC. Grayscale: #8F8F8F. Windows color (decimal): -2849773 or 1279188. OLE color: 1279188.

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

Color convert

RGB 212 132 19 -
CMYK 0 0.38 0.91 0.17
HSL 35.13º 0.84% 0.45% -
HSV(B) 35.13º 0.91% 0.83% -
XYZ 35.52 30.55 4.64 -
YUV 143.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 212 132 19 0 0.38 0.91 0.17 35.13 0.84 0.45
Hex D4 84 13 0 26 5B 11 23 54 2D
Octal 324 204 23 0 46 133 21 43 124 55
Binary 11010100 10000100 10011 0 100110 1011011 10001 100011 1010100 101101

Color Harmonies of #D48413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48413

Black with #D48413

Text Example


Text Example

White with #D48413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48413; }

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

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

background-color css

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

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

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

border-color css

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

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

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