Html Css Color HEX #DDB159 Rob Roy

📋 copy color: '#DDB159'

red 221 ◦ green 177 ◦ blue 89

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

Shades of Rob Roy #DDB159

Tints of Rob Roy #DDB159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.28%

R = 45.38%
G = 36.34%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB159 (or 0xDDB159) is known color: Rob Roy. HEX triplet: DD, B1 and 59. RGB value is (221,177,89). Sum of RGB (Red+Green+Blue) = 221+177+89=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB159 is #224EA6. Grayscale: #B4B4B4. Windows color (decimal): -2248359 or 5878237. OLE color: 5878237.

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

Color convert

RGB 221 177 89 -
CMYK 0 0.20 0.60 0.13
HSL 40º 0.66% 0.61% -
HSV(B) 40º 0.6% 0.87% -
XYZ 47.34 47.54 16.13 -
YUV 180.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 221 177 89 0 0.20 0.60 0.13 40 0.66 0.61
Hex DD B1 59 0 14 3C D 28 42 3D
Octal 335 261 131 0 24 74 15 50 102 75
Binary 11011101 10110001 1011001 0 10100 111100 1101 101000 1000010 111101

Color Harmonies of #DDB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB159

Black with #DDB159

Text Example


Text Example

White with #DDB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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