Html Css Color HEX #DDB259 Rob Roy

📋 copy color: '#DDB259'

red 221 ◦ green 178 ◦ blue 89

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

Shades of Rob Roy #DDB259

Tints of Rob Roy #DDB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 45.29%
G = 36.48%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB259 (or 0xDDB259) is known color: Rob Roy. HEX triplet: DD, B2 and 59. RGB value is (221,178,89). Sum of RGB (Red+Green+Blue) = 221+178+89=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB259 is #224DA6. Grayscale: #B5B5B5. Windows color (decimal): -2248103 or 5878493. OLE color: 5878493.

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

Color convert

RGB 221 178 89 -
CMYK 0 0.19 0.60 0.13
HSL 40.45º 0.66% 0.61% -
HSV(B) 40.45º 0.6% 0.87% -
XYZ 47.54 47.93 16.2 -
YUV 180.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 221 178 89 0 0.19 0.60 0.13 40.45 0.66 0.61
Hex DD B2 59 0 13 3C D 28 42 3D
Octal 335 262 131 0 23 74 15 50 102 75
Binary 11011101 10110010 1011001 0 10011 111100 1101 101000 1000010 111101

Color Harmonies of #DDB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB259

Black with #DDB259

Text Example


Text Example

White with #DDB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB259; }

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

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

background-color css

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

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

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

border-color css

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

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

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