Html Css Color HEX #D77915 Ochre

📋 copy color: '#D77915'

red 215 ◦ green 121 ◦ blue 21

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

Shades of Ochre #D77915

Tints of Ochre #D77915

RGB

 RED value IS 215 (84.38% from 255) = 60.22%

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 60.22%
G = 33.89%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77915 (or 0xD77915) is known color: Ochre. HEX triplet: D7, 79 and 15. RGB value is (215,121,21). Sum of RGB (Red+Green+Blue) = 215+121+21=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D77915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77915 is #2886EA. Grayscale: #8A8A8A. Windows color (decimal): -2655979 or 1407447. OLE color: 1407447.

HSL color Cylindrical-coordinate representation of color #D77915: hue angle of 30.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77915 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 21 -
CMYK 0 0.44 0.90 0.16
HSL 30.93º 0.82% 0.46% -
HSV(B) 30.93º 0.9% 0.84% -
XYZ 35 28.18 4.3 -
YUV 137.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 215 121 21 0 0.44 0.90 0.16 30.93 0.82 0.46
Hex D7 79 15 0 2C 5A 10 1F 52 2E
Octal 327 171 25 0 54 132 20 37 122 56
Binary 11010111 1111001 10101 0 101100 1011010 10000 11111 1010010 101110

Color Harmonies of #D77915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77915

Black with #D77915

Text Example


Text Example

White with #D77915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77915; }

 p { color: rgb(215,121,21); }

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

background-color css

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

 a { background-color: rgb(215,121,21); }

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

border-color css

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

 span { border-color: rgb(215,121,21); }

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