Html Css Color HEX #DDA652 Rob Roy

📋 copy color: '#DDA652'

red 221 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #DDA652

Tints of Rob Roy #DDA652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 47.12%
G = 35.39%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDA652 (or 0xDDA652) is known color: Rob Roy. HEX triplet: DD, A6 and 52. RGB value is (221,166,82). Sum of RGB (Red+Green+Blue) = 221+166+82=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA652 is #2259AD. Grayscale: #ADADAD. Windows color (decimal): -2251182 or 5416669. OLE color: 5416669.

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

Color convert

RGB 221 166 82 -
CMYK 0 0.25 0.63 0.13
HSL 36.26º 0.67% 0.59% -
HSV(B) 36.26º 0.63% 0.87% -
XYZ 44.98 43.25 13.96 -
YUV 172.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 221 166 82 0 0.25 0.63 0.13 36.26 0.67 0.59
Hex DD A6 52 0 19 3F D 24 43 3B
Octal 335 246 122 0 31 77 15 44 103 73
Binary 11011101 10100110 1010010 0 11001 111111 1101 100100 1000011 111011

Color Harmonies of #DDA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA652

Black with #DDA652

Text Example


Text Example

White with #DDA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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