Html Css Color HEX #D6791A Ochre

📋 copy color: '#D6791A'

red 214 ◦ green 121 ◦ blue 26

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

Shades of Ochre #D6791A

Tints of Ochre #D6791A

RGB

 RED value IS 214 (83.98% from 255) = 59.28%

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

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

R = 59.28%
G = 33.52%
B = 7.2%

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

#D6791A (or 0xD6791A) is known color: Ochre. HEX triplet: D6, 79 and 1A. RGB value is (214,121,26). Sum of RGB (Red+Green+Blue) = 214+121+26=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6791A is #2986E5. Grayscale: #8A8A8A. Windows color (decimal): -2721510 or 1735126. OLE color: 1735126.

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

Color convert

RGB 214 121 26 -
CMYK 0 0.43 0.88 0.16
HSL 30.32º 0.78% 0.47% -
HSV(B) 30.32º 0.88% 0.84% -
XYZ 34.76 28.05 4.56 -
YUV 137.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 214 121 26 0 0.43 0.88 0.16 30.32 0.78 0.47
Hex D6 79 1A 0 2B 58 10 1E 4E 2F
Octal 326 171 32 0 53 130 20 36 116 57
Binary 11010110 1111001 11010 0 101011 1011000 10000 11110 1001110 101111

Color Harmonies of #D6791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6791A

Black with #D6791A

Text Example


Text Example

White with #D6791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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