Html Css Color HEX #DDB353 Rob Roy

📋 copy color: '#DDB353'

red 221 ◦ green 179 ◦ blue 83

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

Shades of Rob Roy #DDB353

Tints of Rob Roy #DDB353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.18%

R = 45.76%
G = 37.06%
B = 17.18%

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

#DDB353 (or 0xDDB353) is known color: Rob Roy. HEX triplet: DD, B3 and 53. RGB value is (221,179,83). Sum of RGB (Red+Green+Blue) = 221+179+83=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB353 is #224CAC. Grayscale: #B5B5B5. Windows color (decimal): -2247853 or 5485533. OLE color: 5485533.

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

Color convert

RGB 221 179 83 -
CMYK 0 0.19 0.62 0.13
HSL 41.74º 0.67% 0.6% -
HSV(B) 41.74º 0.62% 0.87% -
XYZ 47.5 48.24 14.99 -
YUV 180.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 221 179 83 0 0.19 0.62 0.13 41.74 0.67 0.6
Hex DD B3 53 0 13 3E D 2A 43 3C
Octal 335 263 123 0 23 76 15 52 103 74
Binary 11011101 10110011 1010011 0 10011 111110 1101 101010 1000011 111100

Color Harmonies of #DDB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB353

Black with #DDB353

Text Example


Text Example

White with #DDB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB353; }

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

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

background-color css

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

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

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

border-color css

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

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

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