Html Css Color HEX #DDB856 Rob Roy

📋 copy color: '#DDB856'

red 221 ◦ green 184 ◦ blue 86

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

Shades of Rob Roy #DDB856

Tints of Rob Roy #DDB856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.47%

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

R = 45.01%
G = 37.47%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB856 (or 0xDDB856) is known color: Rob Roy. HEX triplet: DD, B8 and 56. RGB value is (221,184,86). Sum of RGB (Red+Green+Blue) = 221+184+86=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB856 is #2247A9. Grayscale: #B8B8B8. Windows color (decimal): -2246570 or 5683421. OLE color: 5683421.

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

Color convert

RGB 221 184 86 -
CMYK 0 0.17 0.61 0.13
HSL 43.56º 0.67% 0.6% -
HSV(B) 43.56º 0.61% 0.87% -
XYZ 48.64 50.33 15.95 -
YUV 183.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 221 184 86 0 0.17 0.61 0.13 43.56 0.67 0.6
Hex DD B8 56 0 11 3D D 2C 43 3C
Octal 335 270 126 0 21 75 15 54 103 74
Binary 11011101 10111000 1010110 0 10001 111101 1101 101100 1000011 111100

Color Harmonies of #DDB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB856

Black with #DDB856

Text Example


Text Example

White with #DDB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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