Html Css Color HEX #D7791A Ochre

📋 copy color: '#D7791A'

red 215 ◦ green 121 ◦ blue 26

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

Shades of Ochre #D7791A

Tints of Ochre #D7791A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 59.39%
G = 33.43%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7791A (or 0xD7791A) is known color: Ochre. HEX triplet: D7, 79 and 1A. RGB value is (215,121,26). Sum of RGB (Red+Green+Blue) = 215+121+26=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7791A is #2886E5. Grayscale: #8A8A8A. Windows color (decimal): -2655974 or 1735127. OLE color: 1735127.

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

Color convert

RGB 215 121 26 -
CMYK 0 0.44 0.88 0.16
HSL 30.16º 0.78% 0.47% -
HSV(B) 30.16º 0.88% 0.84% -
XYZ 35.05 28.2 4.57 -
YUV 138.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 215 121 26 0 0.44 0.88 0.16 30.16 0.78 0.47
Hex D7 79 1A 0 2C 58 10 1E 4E 2F
Octal 327 171 32 0 54 130 20 36 116 57
Binary 11010111 1111001 11010 0 101100 1011000 10000 11110 1001110 101111

Color Harmonies of #D7791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7791A

Black with #D7791A

Text Example


Text Example

White with #D7791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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