Html Css Color HEX #DDB351 Rob Roy

📋 copy color: '#DDB351'

red 221 ◦ green 179 ◦ blue 81

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

Shades of Rob Roy #DDB351

Tints of Rob Roy #DDB351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.84%

R = 45.95%
G = 37.21%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB351 (or 0xDDB351) is known color: Rob Roy. HEX triplet: DD, B3 and 51. RGB value is (221,179,81). Sum of RGB (Red+Green+Blue) = 221+179+81=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB351 is #224CAE. Grayscale: #B4B4B4. Windows color (decimal): -2247855 or 5354461. OLE color: 5354461.

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

Color convert

RGB 221 179 81 -
CMYK 0 0.19 0.63 0.13
HSL 42º 0.67% 0.59% -
HSV(B) 42º 0.63% 0.87% -
XYZ 47.42 48.21 14.59 -
YUV 180.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 221 179 81 0 0.19 0.63 0.13 42 0.67 0.59
Hex DD B3 51 0 13 3F D 2A 43 3B
Octal 335 263 121 0 23 77 15 52 103 73
Binary 11011101 10110011 1010001 0 10011 111111 1101 101010 1000011 111011

Color Harmonies of #DDB351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB351

Black with #DDB351

Text Example


Text Example

White with #DDB351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB351; }

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

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

background-color css

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

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

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

border-color css

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

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

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