Html Css Color HEX #DDA955 Rob Roy

📋 copy color: '#DDA955'

red 221 ◦ green 169 ◦ blue 85

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

Shades of Rob Roy #DDA955

Tints of Rob Roy #DDA955

RGB

 RED value IS 221 (86.72% from 255) = 46.53%

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

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

R = 46.53%
G = 35.58%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA955 (or 0xDDA955) is known color: Rob Roy. HEX triplet: DD, A9 and 55. RGB value is (221,169,85). Sum of RGB (Red+Green+Blue) = 221+169+85=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA955 is #2256AA. Grayscale: #AFAFAF. Windows color (decimal): -2250411 or 5614045. OLE color: 5614045.

HSL color Cylindrical-coordinate representation of color #DDA955: hue angle of 37.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA955 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 85 -
CMYK 0 0.24 0.62 0.13
HSL 37.06º 0.67% 0.6% -
HSV(B) 37.06º 0.62% 0.87% -
XYZ 45.65 44.4 14.76 -
YUV 174.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 221 169 85 0 0.24 0.62 0.13 37.06 0.67 0.6
Hex DD A9 55 0 18 3E D 25 43 3C
Octal 335 251 125 0 30 76 15 45 103 74
Binary 11011101 10101001 1010101 0 11000 111110 1101 100101 1000011 111100

Color Harmonies of #DDA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA955

Black with #DDA955

Text Example


Text Example

White with #DDA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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