Html Css Color HEX #D77712 Ochre

📋 copy color: '#D77712'

red 215 ◦ green 119 ◦ blue 18

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

Shades of Ochre #D77712

Tints of Ochre #D77712

RGB

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

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

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

R = 61.08%
G = 33.81%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77712 (or 0xD77712) is known color: Ochre. HEX triplet: D7, 77 and 12. RGB value is (215,119,18). Sum of RGB (Red+Green+Blue) = 215+119+18=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77712 is #2888ED. Grayscale: #888888. Windows color (decimal): -2656494 or 1210327. OLE color: 1210327.

HSL color Cylindrical-coordinate representation of color #D77712: hue angle of 30.76º 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 #D77712 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 18 -
CMYK 0 0.45 0.92 0.16
HSL 30.76º 0.85% 0.46% -
HSV(B) 30.76º 0.92% 0.84% -
XYZ 34.73 27.68 4.09 -
YUV 136.19 61.3 184.21 -
System Red Green Blue C M Y K H S L
Decimal 215 119 18 0 0.45 0.92 0.16 30.76 0.85 0.46
Hex D7 77 12 0 2D 5C 10 1F 55 2E
Octal 327 167 22 0 55 134 20 37 125 56
Binary 11010111 1110111 10010 0 101101 1011100 10000 11111 1010101 101110

Color Harmonies of #D77712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77712

Black with #D77712

Text Example


Text Example

White with #D77712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77712; }

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

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

background-color css

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

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

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

border-color css

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

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

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