Html Css Color HEX #D77C25 Ochre

📋 copy color: '#D77C25'

red 215 ◦ green 124 ◦ blue 37

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

Shades of Ochre #D77C25

Tints of Ochre #D77C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 57.18%
G = 32.98%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D77C25 (or 0xD77C25) is known color: Ochre. HEX triplet: D7, 7C and 25. RGB value is (215,124,37). Sum of RGB (Red+Green+Blue) = 215+124+37=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C25 is #2883DA. Grayscale: #8D8D8D. Windows color (decimal): -2655195 or 2456791. OLE color: 2456791.

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

Color convert

RGB 215 124 37 -
CMYK 0 0.42 0.83 0.16
HSL 29.33º 0.71% 0.49% -
HSV(B) 29.33º 0.83% 0.84% -
XYZ 35.57 29 5.47 -
YUV 141.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 215 124 37 0 0.42 0.83 0.16 29.33 0.71 0.49
Hex D7 7C 25 0 2A 53 10 1D 47 31
Octal 327 174 45 0 52 123 20 35 107 61
Binary 11010111 1111100 100101 0 101010 1010011 10000 11101 1000111 110001

Color Harmonies of #D77C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C25

Black with #D77C25

Text Example


Text Example

White with #D77C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C25; }

 p { color: rgb(215,124,37); }

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

background-color css

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

 a { background-color: rgb(215,124,37); }

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

border-color css

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

 span { border-color: rgb(215,124,37); }

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