Html Css Color HEX #DDB156 Rob Roy

📋 copy color: '#DDB156'

red 221 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #DDB156

Tints of Rob Roy #DDB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

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

R = 45.66%
G = 36.57%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB156 (or 0xDDB156) is known color: Rob Roy. HEX triplet: DD, B1 and 56. RGB value is (221,177,86). Sum of RGB (Red+Green+Blue) = 221+177+86=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB156 is #224EA9. Grayscale: #B4B4B4. Windows color (decimal): -2248362 or 5681629. OLE color: 5681629.

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

Color convert

RGB 221 177 86 -
CMYK 0 0.20 0.61 0.13
HSL 40.44º 0.67% 0.6% -
HSV(B) 40.44º 0.61% 0.87% -
XYZ 47.22 47.49 15.48 -
YUV 179.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 221 177 86 0 0.20 0.61 0.13 40.44 0.67 0.6
Hex DD B1 56 0 14 3D D 28 43 3C
Octal 335 261 126 0 24 75 15 50 103 74
Binary 11011101 10110001 1010110 0 10100 111101 1101 101000 1000011 111100

Color Harmonies of #DDB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB156

Black with #DDB156

Text Example


Text Example

White with #DDB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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