Html Css Color HEX #D77E14 Ochre

📋 copy color: '#D77E14'

red 215 ◦ green 126 ◦ blue 20

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

Shades of Ochre #D77E14

Tints of Ochre #D77E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

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

R = 59.56%
G = 34.9%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77E14 (or 0xD77E14) is known color: Ochre. HEX triplet: D7, 7E and 14. RGB value is (215,126,20). Sum of RGB (Red+Green+Blue) = 215+126+20=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E14 is #2881EB. Grayscale: #8D8D8D. Windows color (decimal): -2654700 or 1343191. OLE color: 1343191.

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

Color convert

RGB 215 126 20 -
CMYK 0 0.41 0.91 0.16
HSL 32.62º 0.83% 0.46% -
HSV(B) 32.62º 0.91% 0.84% -
XYZ 35.61 29.42 4.46 -
YUV 140.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 215 126 20 0 0.41 0.91 0.16 32.62 0.83 0.46
Hex D7 7E 14 0 29 5B 10 21 53 2E
Octal 327 176 24 0 51 133 20 41 123 56
Binary 11010111 1111110 10100 0 101001 1011011 10000 100001 1010011 101110

Color Harmonies of #D77E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E14

Black with #D77E14

Text Example


Text Example

White with #D77E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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