Html Css Color HEX #D77A19 Ochre

📋 copy color: '#D77A19'

red 215 ◦ green 122 ◦ blue 25

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

Shades of Ochre #D77A19

Tints of Ochre #D77A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 59.39%
G = 33.7%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77A19 (or 0xD77A19) is known color: Ochre. HEX triplet: D7, 7A and 19. RGB value is (215,122,25). Sum of RGB (Red+Green+Blue) = 215+122+25=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A19 is #2885E6. Grayscale: #8B8B8B. Windows color (decimal): -2655719 or 1669847. OLE color: 1669847.

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

Color convert

RGB 215 122 25 -
CMYK 0 0.43 0.88 0.16
HSL 30.63º 0.79% 0.47% -
HSV(B) 30.63º 0.88% 0.84% -
XYZ 35.16 28.44 4.56 -
YUV 138.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 215 122 25 0 0.43 0.88 0.16 30.63 0.79 0.47
Hex D7 7A 19 0 2B 58 10 1F 4F 2F
Octal 327 172 31 0 53 130 20 37 117 57
Binary 11010111 1111010 11001 0 101011 1011000 10000 11111 1001111 101111

Color Harmonies of #D77A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A19

Black with #D77A19

Text Example


Text Example

White with #D77A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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