Html Css Color HEX #D77910 Ochre

📋 copy color: '#D77910'

red 215 ◦ green 121 ◦ blue 16

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

Shades of Ochre #D77910

Tints of Ochre #D77910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 61.08%
G = 34.38%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77910 (or 0xD77910) is known color: Ochre. HEX triplet: D7, 79 and 10. RGB value is (215,121,16). Sum of RGB (Red+Green+Blue) = 215+121+16=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77910 is #2886EF. Grayscale: #898989. Windows color (decimal): -2655984 or 1079767. OLE color: 1079767.

HSL color Cylindrical-coordinate representation of color #D77910: hue angle of 31.66º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D77910 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 16 -
CMYK 0 0.44 0.93 0.16
HSL 31.66º 0.86% 0.45% -
HSV(B) 31.66º 0.93% 0.84% -
XYZ 34.96 28.16 4.08 -
YUV 137.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 215 121 16 0 0.44 0.93 0.16 31.66 0.86 0.45
Hex D7 79 10 0 2C 5D 10 20 56 2D
Octal 327 171 20 0 54 135 20 40 126 55
Binary 11010111 1111001 10000 0 101100 1011101 10000 100000 1010110 101101

Color Harmonies of #D77910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77910

Black with #D77910

Text Example


Text Example

White with #D77910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77910; }

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

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

background-color css

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

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

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

border-color css

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

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

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