Html Css Color HEX #D48713 Ochre

📋 copy color: '#D48713'

red 212 ◦ green 135 ◦ blue 19

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

Shades of Ochre #D48713

Tints of Ochre #D48713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

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

R = 57.92%
G = 36.89%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D48713 (or 0xD48713) is known color: Ochre. HEX triplet: D4, 87 and 13. RGB value is (212,135,19). Sum of RGB (Red+Green+Blue) = 212+135+19=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48713 is #2B78EC. Grayscale: #919191. Windows color (decimal): -2849005 or 1279956. OLE color: 1279956.

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

Color convert

RGB 212 135 19 -
CMYK 0 0.36 0.91 0.17
HSL 36.06º 0.84% 0.45% -
HSV(B) 36.06º 0.91% 0.83% -
XYZ 35.93 31.37 4.78 -
YUV 144.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 212 135 19 0 0.36 0.91 0.17 36.06 0.84 0.45
Hex D4 87 13 0 24 5B 11 24 54 2D
Octal 324 207 23 0 44 133 21 44 124 55
Binary 11010100 10000111 10011 0 100100 1011011 10001 100100 1010100 101101

Color Harmonies of #D48713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48713

Black with #D48713

Text Example


Text Example

White with #D48713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48713; }

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

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

background-color css

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

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

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

border-color css

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

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

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