Html Css Color HEX #DDA352 Rob Roy

📋 copy color: '#DDA352'

red 221 ◦ green 163 ◦ blue 82

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

Shades of Rob Roy #DDA352

Tints of Rob Roy #DDA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

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

R = 47.42%
G = 34.98%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDA352 (or 0xDDA352) is known color: Rob Roy. HEX triplet: DD, A3 and 52. RGB value is (221,163,82). Sum of RGB (Red+Green+Blue) = 221+163+82=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA352 is #225CAD. Grayscale: #ABABAB. Windows color (decimal): -2251950 or 5415901. OLE color: 5415901.

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

Color convert

RGB 221 163 82 -
CMYK 0 0.26 0.63 0.13
HSL 34.96º 0.67% 0.59% -
HSV(B) 34.96º 0.63% 0.87% -
XYZ 44.44 42.18 13.78 -
YUV 171.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 221 163 82 0 0.26 0.63 0.13 34.96 0.67 0.59
Hex DD A3 52 0 1A 3F D 23 43 3B
Octal 335 243 122 0 32 77 15 43 103 73
Binary 11011101 10100011 1010010 0 11010 111111 1101 100011 1000011 111011

Color Harmonies of #DDA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA352

Black with #DDA352

Text Example


Text Example

White with #DDA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA352; }

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

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

background-color css

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

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

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

border-color css

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

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

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