Html Css Color HEX #D77E1E Ochre

📋 copy color: '#D77E1E'

red 215 ◦ green 126 ◦ blue 30

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

Shades of Ochre #D77E1E

Tints of Ochre #D77E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 57.95%
G = 33.96%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D77E1E (or 0xD77E1E) is known color: Ochre. HEX triplet: D7, 7E and 1E. RGB value is (215,126,30). Sum of RGB (Red+Green+Blue) = 215+126+30=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E1E is #2881E1. Grayscale: #8E8E8E. Windows color (decimal): -2654690 or 1998551. OLE color: 1998551.

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

Color convert

RGB 215 126 30 -
CMYK 0 0.41 0.86 0.16
HSL 31.14º 0.76% 0.48% -
HSV(B) 31.14º 0.86% 0.84% -
XYZ 35.72 29.46 5.03 -
YUV 141.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 215 126 30 0 0.41 0.86 0.16 31.14 0.76 0.48
Hex D7 7E 1E 0 29 56 10 1F 4C 30
Octal 327 176 36 0 51 126 20 37 114 60
Binary 11010111 1111110 11110 0 101001 1010110 10000 11111 1001100 110000

Color Harmonies of #D77E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E1E

Black with #D77E1E

Text Example


Text Example

White with #D77E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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