Html Css Color HEX #D7791D Ochre

📋 copy color: '#D7791D'

red 215 ◦ green 121 ◦ blue 29

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

Shades of Ochre #D7791D

Tints of Ochre #D7791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 58.9%
G = 33.15%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7791D (or 0xD7791D) is known color: Ochre. HEX triplet: D7, 79 and 1D. RGB value is (215,121,29). Sum of RGB (Red+Green+Blue) = 215+121+29=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7791D is #2886E2. Grayscale: #8B8B8B. Windows color (decimal): -2655971 or 1931735. OLE color: 1931735.

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

Color convert

RGB 215 121 29 -
CMYK 0 0.44 0.87 0.16
HSL 29.68º 0.76% 0.48% -
HSV(B) 29.68º 0.87% 0.84% -
XYZ 35.08 28.21 4.76 -
YUV 138.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 215 121 29 0 0.44 0.87 0.16 29.68 0.76 0.48
Hex D7 79 1D 0 2C 57 10 1E 4C 30
Octal 327 171 35 0 54 127 20 36 114 60
Binary 11010111 1111001 11101 0 101100 1010111 10000 11110 1001100 110000

Color Harmonies of #D7791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7791D

Black with #D7791D

Text Example


Text Example

White with #D7791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7791D; }

 p { color: rgb(215,121,29); }

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

background-color css

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

 a { background-color: rgb(215,121,29); }

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

border-color css

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

 span { border-color: rgb(215,121,29); }

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