Html Css Color HEX #D9791B Ochre

📋 copy color: '#D9791B'

red 217 ◦ green 121 ◦ blue 27

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

Shades of Ochre #D9791B

Tints of Ochre #D9791B

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 59.45%
G = 33.15%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9791B (or 0xD9791B) is known color: Ochre. HEX triplet: D9, 79 and 1B. RGB value is (217,121,27). Sum of RGB (Red+Green+Blue) = 217+121+27=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9791B is #2686E4. Grayscale: #8B8B8B. Windows color (decimal): -2524901 or 1800665. OLE color: 1800665.

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

Color convert

RGB 217 121 27 -
CMYK 0 0.44 0.88 0.15
HSL 29.68º 0.78% 0.48% -
HSV(B) 29.68º 0.88% 0.85% -
XYZ 35.65 28.51 4.66 -
YUV 138.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 217 121 27 0 0.44 0.88 0.15 29.68 0.78 0.48
Hex D9 79 1B 0 2C 58 F 1E 4E 30
Octal 331 171 33 0 54 130 17 36 116 60
Binary 11011001 1111001 11011 0 101100 1011000 1111 11110 1001110 110000

Color Harmonies of #D9791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9791B

Black with #D9791B

Text Example


Text Example

White with #D9791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9791B; }

 p { color: rgb(217,121,27); }

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

background-color css

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

 a { background-color: rgb(217,121,27); }

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

border-color css

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

 span { border-color: rgb(217,121,27); }

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