Html Css Color HEX #D48715 Ochre

📋 copy color: '#D48715'

red 212 ◦ green 135 ◦ blue 21

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

Shades of Ochre #D48715

Tints of Ochre #D48715

RGB

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

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

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

R = 57.61%
G = 36.68%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48715 (or 0xD48715) is known color: Ochre. HEX triplet: D4, 87 and 15. RGB value is (212,135,21). Sum of RGB (Red+Green+Blue) = 212+135+21=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D48715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48715 is #2B78EA. Grayscale: #919191. Windows color (decimal): -2849003 or 1411028. OLE color: 1411028.

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

Color convert

RGB 212 135 21 -
CMYK 0 0.36 0.90 0.17
HSL 35.81º 0.82% 0.46% -
HSV(B) 35.81º 0.9% 0.83% -
XYZ 35.95 31.38 4.87 -
YUV 145.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 212 135 21 0 0.36 0.90 0.17 35.81 0.82 0.46
Hex D4 87 15 0 24 5A 11 24 52 2E
Octal 324 207 25 0 44 132 21 44 122 56
Binary 11010100 10000111 10101 0 100100 1011010 10001 100100 1010010 101110

Color Harmonies of #D48715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48715

Black with #D48715

Text Example


Text Example

White with #D48715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48715; }

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

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

background-color css

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

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

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

border-color css

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

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

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