Html Css Color HEX #DDA655 Rob Roy

📋 copy color: '#DDA655'

red 221 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #DDA655

Tints of Rob Roy #DDA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 46.82%
G = 35.17%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA655 (or 0xDDA655) is known color: Rob Roy. HEX triplet: DD, A6 and 55. RGB value is (221,166,85). Sum of RGB (Red+Green+Blue) = 221+166+85=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA655 is #2259AA. Grayscale: #ADADAD. Windows color (decimal): -2251179 or 5613277. OLE color: 5613277.

HSL color Cylindrical-coordinate representation of color #DDA655: hue angle of 35.74º 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 #DDA655 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 85 -
CMYK 0 0.25 0.62 0.13
HSL 35.74º 0.67% 0.6% -
HSV(B) 35.74º 0.62% 0.87% -
XYZ 45.09 43.3 14.58 -
YUV 173.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 221 166 85 0 0.25 0.62 0.13 35.74 0.67 0.6
Hex DD A6 55 0 19 3E D 24 43 3C
Octal 335 246 125 0 31 76 15 44 103 74
Binary 11011101 10100110 1010101 0 11001 111110 1101 100100 1000011 111100

Color Harmonies of #DDA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA655

Black with #DDA655

Text Example


Text Example

White with #DDA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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