Html Css Color HEX #DDB552 Rob Roy

📋 copy color: '#DDB552'

red 221 ◦ green 181 ◦ blue 82

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

Shades of Rob Roy #DDB552

Tints of Rob Roy #DDB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 45.66%
G = 37.4%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB552 (or 0xDDB552) is known color: Rob Roy. HEX triplet: DD, B5 and 52. RGB value is (221,181,82). Sum of RGB (Red+Green+Blue) = 221+181+82=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB552 is #224AAD. Grayscale: #B6B6B6. Windows color (decimal): -2247342 or 5420509. OLE color: 5420509.

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

Color convert

RGB 221 181 82 -
CMYK 0 0.18 0.63 0.13
HSL 42.73º 0.67% 0.59% -
HSV(B) 42.73º 0.63% 0.87% -
XYZ 47.87 49.03 14.92 -
YUV 181.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 221 181 82 0 0.18 0.63 0.13 42.73 0.67 0.59
Hex DD B5 52 0 12 3F D 2B 43 3B
Octal 335 265 122 0 22 77 15 53 103 73
Binary 11011101 10110101 1010010 0 10010 111111 1101 101011 1000011 111011

Color Harmonies of #DDB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB552

Black with #DDB552

Text Example


Text Example

White with #DDB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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