Html Css Color HEX #D77F25 Ochre

📋 copy color: '#D77F25'

red 215 ◦ green 127 ◦ blue 37

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

Shades of Ochre #D77F25

Tints of Ochre #D77F25

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 56.73%
G = 33.51%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D77F25 (or 0xD77F25) is known color: Ochre. HEX triplet: D7, 7F and 25. RGB value is (215,127,37). Sum of RGB (Red+Green+Blue) = 215+127+37=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F25 is #2880DA. Grayscale: #8F8F8F. Windows color (decimal): -2654427 or 2457559. OLE color: 2457559.

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

Color convert

RGB 215 127 37 -
CMYK 0 0.41 0.83 0.16
HSL 30.34º 0.71% 0.49% -
HSV(B) 30.34º 0.83% 0.84% -
XYZ 35.95 29.76 5.6 -
YUV 143.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 215 127 37 0 0.41 0.83 0.16 30.34 0.71 0.49
Hex D7 7F 25 0 29 53 10 1E 47 31
Octal 327 177 45 0 51 123 20 36 107 61
Binary 11010111 1111111 100101 0 101001 1010011 10000 11110 1000111 110001

Color Harmonies of #D77F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F25

Black with #D77F25

Text Example


Text Example

White with #D77F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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