Html Css Color HEX #D0A794 Rose

📋 copy color: '#D0A794'

red 208 ◦ green 167 ◦ blue 148

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

Shades of Rose #D0A794

Tints of Rose #D0A794

RGB

 RED value IS 208 (81.64% from 255) = 39.77%

 GREEN value IS 167 (65.63% from 255) = 31.93%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 39.77%
G = 31.93%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0A794 (or 0xD0A794) is known color: Rose. HEX triplet: D0, A7 and 94. RGB value is (208,167,148). Sum of RGB (Red+Green+Blue) = 208+167+148=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A794 is #2F586B. Grayscale: #B1B1B1. Windows color (decimal): -3102828 or 9742288. OLE color: 9742288.

HSL color Cylindrical-coordinate representation of color #D0A794: hue angle of 19º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0A794 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 148 -
CMYK 0 0.20 0.29 0.18
HSL 19º 0.39% 0.7% -
HSV(B) 19º 0.29% 0.82% -
XYZ 45.18 43.19 33.97 -
YUV 177.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 208 167 148 0 0.20 0.29 0.18 19 0.39 0.7
Hex D0 A7 94 0 14 1D 12 13 27 46
Octal 320 247 224 0 24 35 22 23 47 106
Binary 11010000 10100111 10010100 0 10100 11101 10010 10011 100111 1000110

Color Harmonies of #D0A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A794

Black with #D0A794

Text Example


Text Example

White with #D0A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A794; }

 p { color: rgb(208,167,148); }

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

background-color css

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

 a { background-color: rgb(208,167,148); }

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

border-color css

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

 span { border-color: rgb(208,167,148); }

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