Html Css Color HEX #D5791A Ochre

📋 copy color: '#D5791A'

red 213 ◦ green 121 ◦ blue 26

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

Shades of Ochre #D5791A

Tints of Ochre #D5791A

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

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

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

R = 59.17%
G = 33.61%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5791A (or 0xD5791A) is known color: Ochre. HEX triplet: D5, 79 and 1A. RGB value is (213,121,26). Sum of RGB (Red+Green+Blue) = 213+121+26=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5791A is #2A86E5. Grayscale: #8A8A8A. Windows color (decimal): -2787046 or 1735125. OLE color: 1735125.

HSL color Cylindrical-coordinate representation of color #D5791A: hue angle of 30.48º 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 #D5791A is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 26 -
CMYK 0 0.43 0.88 0.16
HSL 30.48º 0.78% 0.47% -
HSV(B) 30.48º 0.88% 0.84% -
XYZ 34.46 27.9 4.55 -
YUV 137.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 213 121 26 0 0.43 0.88 0.16 30.48 0.78 0.47
Hex D5 79 1A 0 2B 58 10 1E 4E 2F
Octal 325 171 32 0 53 130 20 36 116 57
Binary 11010101 1111001 11010 0 101011 1011000 10000 11110 1001110 101111

Color Harmonies of #D5791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5791A

Black with #D5791A

Text Example


Text Example

White with #D5791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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