Html Css Color HEX #D77519 Ochre

📋 copy color: '#D77519'

red 215 ◦ green 117 ◦ blue 25

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

Shades of Ochre #D77519

Tints of Ochre #D77519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 60.22%
G = 32.77%
B = 7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77519 (or 0xD77519) is known color: Ochre. HEX triplet: D7, 75 and 19. RGB value is (215,117,25). Sum of RGB (Red+Green+Blue) = 215+117+25=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D77519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77519 is #288AE6. Grayscale: #888888. Windows color (decimal): -2656999 or 1668567. OLE color: 1668567.

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

Color convert

RGB 215 117 25 -
CMYK 0 0.46 0.88 0.16
HSL 29.05º 0.79% 0.47% -
HSV(B) 29.05º 0.88% 0.84% -
XYZ 34.56 27.24 4.36 -
YUV 135.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 215 117 25 0 0.46 0.88 0.16 29.05 0.79 0.47
Hex D7 75 19 0 2E 58 10 1D 4F 2F
Octal 327 165 31 0 56 130 20 35 117 57
Binary 11010111 1110101 11001 0 101110 1011000 10000 11101 1001111 101111

Color Harmonies of #D77519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77519

Black with #D77519

Text Example


Text Example

White with #D77519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77519; }

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

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

background-color css

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

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

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

border-color css

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

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

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