Html Css Color HEX #D77A24 Ochre

📋 copy color: '#D77A24'

red 215 ◦ green 122 ◦ blue 36

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

Shades of Ochre #D77A24

Tints of Ochre #D77A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 57.64%
G = 32.71%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D77A24 (or 0xD77A24) is known color: Ochre. HEX triplet: D7, 7A and 24. RGB value is (215,122,36). Sum of RGB (Red+Green+Blue) = 215+122+36=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A24 is #2885DB. Grayscale: #8C8C8C. Windows color (decimal): -2655708 or 2390743. OLE color: 2390743.

HSL color Cylindrical-coordinate representation of color #D77A24: hue angle of 28.83º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D77A24 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 36 -
CMYK 0 0.43 0.83 0.16
HSL 28.83º 0.71% 0.49% -
HSV(B) 28.83º 0.83% 0.84% -
XYZ 35.3 28.49 5.31 -
YUV 140 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 215 122 36 0 0.43 0.83 0.16 28.83 0.71 0.49
Hex D7 7A 24 0 2B 53 10 1D 47 31
Octal 327 172 44 0 53 123 20 35 107 61
Binary 11010111 1111010 100100 0 101011 1010011 10000 11101 1000111 110001

Color Harmonies of #D77A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A24

Black with #D77A24

Text Example


Text Example

White with #D77A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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