Html Css Color HEX #DDB556 Rob Roy

📋 copy color: '#DDB556'

red 221 ◦ green 181 ◦ blue 86

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

Shades of Rob Roy #DDB556

Tints of Rob Roy #DDB556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.62%

R = 45.29%
G = 37.09%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB556 (or 0xDDB556) is known color: Rob Roy. HEX triplet: DD, B5 and 56. RGB value is (221,181,86). Sum of RGB (Red+Green+Blue) = 221+181+86=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB556 is #224AA9. Grayscale: #B6B6B6. Windows color (decimal): -2247338 or 5682653. OLE color: 5682653.

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

Color convert

RGB 221 181 86 -
CMYK 0 0.18 0.61 0.13
HSL 42.22º 0.67% 0.6% -
HSV(B) 42.22º 0.61% 0.87% -
XYZ 48.02 49.09 15.75 -
YUV 182.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 221 181 86 0 0.18 0.61 0.13 42.22 0.67 0.6
Hex DD B5 56 0 12 3D D 2A 43 3C
Octal 335 265 126 0 22 75 15 52 103 74
Binary 11011101 10110101 1010110 0 10010 111101 1101 101010 1000011 111100

Color Harmonies of #DDB556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB556

Black with #DDB556

Text Example


Text Example

White with #DDB556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB556; }

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

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

background-color css

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

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

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

border-color css

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

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

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