Html Css Color HEX #DDB354 Rob Roy

📋 copy color: '#DDB354'

red 221 ◦ green 179 ◦ blue 84

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

Shades of Rob Roy #DDB354

Tints of Rob Roy #DDB354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.36%

R = 45.66%
G = 36.98%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB354 (or 0xDDB354) is known color: Rob Roy. HEX triplet: DD, B3 and 54. RGB value is (221,179,84). Sum of RGB (Red+Green+Blue) = 221+179+84=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB354 is #224CAB. Grayscale: #B5B5B5. Windows color (decimal): -2247852 or 5551069. OLE color: 5551069.

HSL color Cylindrical-coordinate representation of color #DDB354: hue angle of 41.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB354 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 84 -
CMYK 0 0.19 0.62 0.13
HSL 41.61º 0.67% 0.6% -
HSV(B) 41.61º 0.62% 0.87% -
XYZ 47.54 48.25 15.2 -
YUV 180.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 221 179 84 0 0.19 0.62 0.13 41.61 0.67 0.6
Hex DD B3 54 0 13 3E D 2A 43 3C
Octal 335 263 124 0 23 76 15 52 103 74
Binary 11011101 10110011 1010100 0 10011 111110 1101 101010 1000011 111100

Color Harmonies of #DDB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB354

Black with #DDB354

Text Example


Text Example

White with #DDB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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