Html Css Color HEX #D77619 Ochre

📋 copy color: '#D77619'

red 215 ◦ green 118 ◦ blue 25

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

Shades of Ochre #D77619

Tints of Ochre #D77619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 60.06%
G = 32.96%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77619 (or 0xD77619) is known color: Ochre. HEX triplet: D7, 76 and 19. RGB value is (215,118,25). Sum of RGB (Red+Green+Blue) = 215+118+25=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D77619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77619 is #2889E6. Grayscale: #888888. Windows color (decimal): -2656743 or 1668823. OLE color: 1668823.

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

Color convert

RGB 215 118 25 -
CMYK 0 0.45 0.88 0.16
HSL 29.37º 0.79% 0.47% -
HSV(B) 29.37º 0.88% 0.84% -
XYZ 34.68 27.47 4.39 -
YUV 136.4 65.14 184.06 -
System Red Green Blue C M Y K H S L
Decimal 215 118 25 0 0.45 0.88 0.16 29.37 0.79 0.47
Hex D7 76 19 0 2D 58 10 1D 4F 2F
Octal 327 166 31 0 55 130 20 35 117 57
Binary 11010111 1110110 11001 0 101101 1011000 10000 11101 1001111 101111

Color Harmonies of #D77619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77619

Black with #D77619

Text Example


Text Example

White with #D77619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77619; }

 p { color: rgb(215,118,25); }

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

background-color css

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

 a { background-color: rgb(215,118,25); }

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

border-color css

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

 span { border-color: rgb(215,118,25); }

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