Html Css Color HEX #DDA455 Rob Roy

📋 copy color: '#DDA455'

red 221 ◦ green 164 ◦ blue 85

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

Shades of Rob Roy #DDA455

Tints of Rob Roy #DDA455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

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

R = 47.02%
G = 34.89%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA455 (or 0xDDA455) is known color: Rob Roy. HEX triplet: DD, A4 and 55. RGB value is (221,164,85). Sum of RGB (Red+Green+Blue) = 221+164+85=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA455 is #225BAA. Grayscale: #ACACAC. Windows color (decimal): -2251691 or 5612765. OLE color: 5612765.

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

Color convert

RGB 221 164 85 -
CMYK 0 0.26 0.62 0.13
HSL 34.85º 0.67% 0.6% -
HSV(B) 34.85º 0.62% 0.87% -
XYZ 44.73 42.58 14.46 -
YUV 172.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 221 164 85 0 0.26 0.62 0.13 34.85 0.67 0.6
Hex DD A4 55 0 1A 3E D 23 43 3C
Octal 335 244 125 0 32 76 15 43 103 74
Binary 11011101 10100100 1010101 0 11010 111110 1101 100011 1000011 111100

Color Harmonies of #DDA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA455

Black with #DDA455

Text Example


Text Example

White with #DDA455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA455; }

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

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

background-color css

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

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

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

border-color css

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

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

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