Html Css Color HEX #D77D18 Ochre

📋 copy color: '#D77D18'

red 215 ◦ green 125 ◦ blue 24

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

Shades of Ochre #D77D18

Tints of Ochre #D77D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 59.07%
G = 34.34%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77D18 (or 0xD77D18) is known color: Ochre. HEX triplet: D7, 7D and 18. RGB value is (215,125,24). Sum of RGB (Red+Green+Blue) = 215+125+24=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D18 is #2882E7. Grayscale: #8C8C8C. Windows color (decimal): -2654952 or 1605079. OLE color: 1605079.

HSL color Cylindrical-coordinate representation of color #D77D18: hue angle of 31.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D77D18 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 24 -
CMYK 0 0.42 0.89 0.16
HSL 31.73º 0.8% 0.47% -
HSV(B) 31.73º 0.89% 0.84% -
XYZ 35.52 29.18 4.62 -
YUV 140.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 215 125 24 0 0.42 0.89 0.16 31.73 0.8 0.47
Hex D7 7D 18 0 2A 59 10 20 50 2F
Octal 327 175 30 0 52 131 20 40 120 57
Binary 11010111 1111101 11000 0 101010 1011001 10000 100000 1010000 101111

Color Harmonies of #D77D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D18

Black with #D77D18

Text Example


Text Example

White with #D77D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D18; }

 p { color: rgb(215,125,24); }

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

background-color css

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

 a { background-color: rgb(215,125,24); }

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

border-color css

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

 span { border-color: rgb(215,125,24); }

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