Html Css Color HEX #D77714 Ochre

📋 copy color: '#D77714'

red 215 ◦ green 119 ◦ blue 20

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

Shades of Ochre #D77714

Tints of Ochre #D77714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 60.73%
G = 33.62%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77714 (or 0xD77714) is known color: Ochre. HEX triplet: D7, 77 and 14. RGB value is (215,119,20). Sum of RGB (Red+Green+Blue) = 215+119+20=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77714 is #2888EB. Grayscale: #888888. Windows color (decimal): -2656492 or 1341399. OLE color: 1341399.

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

Color convert

RGB 215 119 20 -
CMYK 0 0.45 0.91 0.16
HSL 30.46º 0.83% 0.46% -
HSV(B) 30.46º 0.91% 0.84% -
XYZ 34.75 27.69 4.18 -
YUV 136.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 215 119 20 0 0.45 0.91 0.16 30.46 0.83 0.46
Hex D7 77 14 0 2D 5B 10 1E 53 2E
Octal 327 167 24 0 55 133 20 36 123 56
Binary 11010111 1110111 10100 0 101101 1011011 10000 11110 1010011 101110

Color Harmonies of #D77714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77714

Black with #D77714

Text Example


Text Example

White with #D77714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77714; }

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

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

background-color css

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

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

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

border-color css

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

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

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