Html Css Color HEX #D9A955 Rob Roy

📋 copy color: '#D9A955'

red 217 ◦ green 169 ◦ blue 85

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

Shades of Rob Roy #D9A955

Tints of Rob Roy #D9A955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 46.07%
G = 35.88%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9A955 (or 0xD9A955) is known color: Rob Roy. HEX triplet: D9, A9 and 55. RGB value is (217,169,85). Sum of RGB (Red+Green+Blue) = 217+169+85=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A955 is #2656AA. Grayscale: #AEAEAE. Windows color (decimal): -2512555 or 5614041. OLE color: 5614041.

HSL color Cylindrical-coordinate representation of color #D9A955: hue angle of 38.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9A955 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 85 -
CMYK 0 0.22 0.61 0.15
HSL 38.18º 0.63% 0.59% -
HSV(B) 38.18º 0.61% 0.85% -
XYZ 44.44 43.78 14.7 -
YUV 173.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 217 169 85 0 0.22 0.61 0.15 38.18 0.63 0.59
Hex D9 A9 55 0 16 3D F 26 3F 3B
Octal 331 251 125 0 26 75 17 46 77 73
Binary 11011001 10101001 1010101 0 10110 111101 1111 100110 111111 111011

Color Harmonies of #D9A955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A955

Black with #D9A955

Text Example


Text Example

White with #D9A955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A955; }

 p { color: rgb(217,169,85); }

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

background-color css

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

 a { background-color: rgb(217,169,85); }

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

border-color css

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

 span { border-color: rgb(217,169,85); }

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