Html Css Color HEX #D77A1F Ochre

📋 copy color: '#D77A1F'

red 215 ◦ green 122 ◦ blue 31

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

Shades of Ochre #D77A1F

Tints of Ochre #D77A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 58.42%
G = 33.15%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D77A1F (or 0xD77A1F) is known color: Ochre. HEX triplet: D7, 7A and 1F. RGB value is (215,122,31). Sum of RGB (Red+Green+Blue) = 215+122+31=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A1F is #2885E0. Grayscale: #8B8B8B. Windows color (decimal): -2655713 or 2063063. OLE color: 2063063.

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

Color convert

RGB 215 122 31 -
CMYK 0 0.43 0.86 0.16
HSL 29.67º 0.75% 0.48% -
HSV(B) 29.67º 0.86% 0.84% -
XYZ 35.23 28.47 4.93 -
YUV 139.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 215 122 31 0 0.43 0.86 0.16 29.67 0.75 0.48
Hex D7 7A 1F 0 2B 56 10 1E 4B 30
Octal 327 172 37 0 53 126 20 36 113 60
Binary 11010111 1111010 11111 0 101011 1010110 10000 11110 1001011 110000

Color Harmonies of #D77A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A1F

Black with #D77A1F

Text Example


Text Example

White with #D77A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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