Html Css Color HEX #DDB359 Rob Roy

📋 copy color: '#DDB359'

red 221 ◦ green 179 ◦ blue 89

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

Shades of Rob Roy #DDB359

Tints of Rob Roy #DDB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 45.19%
G = 36.61%
B = 18.2%

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

#DDB359 (or 0xDDB359) is known color: Rob Roy. HEX triplet: DD, B3 and 59. RGB value is (221,179,89). Sum of RGB (Red+Green+Blue) = 221+179+89=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB359 is #224CA6. Grayscale: #B5B5B5. Windows color (decimal): -2247847 or 5878749. OLE color: 5878749.

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

Color convert

RGB 221 179 89 -
CMYK 0 0.19 0.60 0.13
HSL 40.91º 0.66% 0.61% -
HSV(B) 40.91º 0.6% 0.87% -
XYZ 47.74 48.33 16.26 -
YUV 181.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 221 179 89 0 0.19 0.60 0.13 40.91 0.66 0.61
Hex DD B3 59 0 13 3C D 29 42 3D
Octal 335 263 131 0 23 74 15 51 102 75
Binary 11011101 10110011 1011001 0 10011 111100 1101 101001 1000010 111101

Color Harmonies of #DDB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB359

Black with #DDB359

Text Example


Text Example

White with #DDB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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