Html Css Color HEX #D77A0F Ochre

📋 copy color: '#D77A0F'

red 215 ◦ green 122 ◦ blue 15

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

Shades of Ochre #D77A0F

Tints of Ochre #D77A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 61.08%
G = 34.66%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77A0F (or 0xD77A0F) is known color: Ochre. HEX triplet: D7, 7A and 0F. RGB value is (215,122,15). Sum of RGB (Red+Green+Blue) = 215+122+15=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A0F is #2885F0. Grayscale: #8A8A8A. Windows color (decimal): -2655729 or 1014487. OLE color: 1014487.

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

Color convert

RGB 215 122 15 -
CMYK 0 0.43 0.93 0.16
HSL 32.1º 0.87% 0.45% -
HSV(B) 32.1º 0.93% 0.84% -
XYZ 35.07 28.4 4.09 -
YUV 137.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 215 122 15 0 0.43 0.93 0.16 32.1 0.87 0.45
Hex D7 7A F 0 2B 5D 10 20 57 2D
Octal 327 172 17 0 53 135 20 40 127 55
Binary 11010111 1111010 1111 0 101011 1011101 10000 100000 1010111 101101

Color Harmonies of #D77A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A0F

Black with #D77A0F

Text Example


Text Example

White with #D77A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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