Html Css Color HEX #DA7715 Ochre

📋 copy color: '#DA7715'

red 218 ◦ green 119 ◦ blue 21

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

Shades of Ochre #DA7715

Tints of Ochre #DA7715

RGB

 RED value IS 218 (85.55% from 255) = 60.89%

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 60.89%
G = 33.24%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7715 (or 0xDA7715) is known color: Ochre. HEX triplet: DA, 77 and 15. RGB value is (218,119,21). Sum of RGB (Red+Green+Blue) = 218+119+21=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7715 is #2588EA. Grayscale: #898989. Windows color (decimal): -2459883 or 1406938. OLE color: 1406938.

HSL color Cylindrical-coordinate representation of color #DA7715: hue angle of 29.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7715 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 21 -
CMYK 0 0.45 0.90 0.15
HSL 29.85º 0.82% 0.47% -
HSV(B) 29.85º 0.9% 0.85% -
XYZ 35.65 28.15 4.26 -
YUV 137.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 218 119 21 0 0.45 0.90 0.15 29.85 0.82 0.47
Hex DA 77 15 0 2D 5A F 1E 52 2F
Octal 332 167 25 0 55 132 17 36 122 57
Binary 11011010 1110111 10101 0 101101 1011010 1111 11110 1010010 101111

Color Harmonies of #DA7715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7715

Black with #DA7715

Text Example


Text Example

White with #DA7715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7715; }

 p { color: rgb(218,119,21); }

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

background-color css

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

 a { background-color: rgb(218,119,21); }

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

border-color css

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

 span { border-color: rgb(218,119,21); }

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