Html Css Color HEX #D77912 Ochre

📋 copy color: '#D77912'

red 215 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D77912

Tints of Ochre #D77912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 60.73%
G = 34.18%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77912 (or 0xD77912) is known color: Ochre. HEX triplet: D7, 79 and 12. RGB value is (215,121,18). Sum of RGB (Red+Green+Blue) = 215+121+18=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77912 is #2886ED. Grayscale: #898989. Windows color (decimal): -2655982 or 1210839. OLE color: 1210839.

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

Color convert

RGB 215 121 18 -
CMYK 0 0.44 0.92 0.16
HSL 31.37º 0.85% 0.46% -
HSV(B) 31.37º 0.92% 0.84% -
XYZ 34.97 28.17 4.17 -
YUV 137.36 60.64 183.38 -
System Red Green Blue C M Y K H S L
Decimal 215 121 18 0 0.44 0.92 0.16 31.37 0.85 0.46
Hex D7 79 12 0 2C 5C 10 1F 55 2E
Octal 327 171 22 0 54 134 20 37 125 56
Binary 11010111 1111001 10010 0 101100 1011100 10000 11111 1010101 101110

Color Harmonies of #D77912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77912

Black with #D77912

Text Example


Text Example

White with #D77912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77912; }

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

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

background-color css

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

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

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

border-color css

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

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

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