Html Css Color HEX #DDB349 Rob Roy

📋 copy color: '#DDB349'

red 221 ◦ green 179 ◦ blue 73

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

Shades of Rob Roy #DDB349

Tints of Rob Roy #DDB349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.43%

R = 46.72%
G = 37.84%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB349 (or 0xDDB349) is known color: Rob Roy. HEX triplet: DD, B3 and 49. RGB value is (221,179,73). Sum of RGB (Red+Green+Blue) = 221+179+73=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB349 is #224CB6. Grayscale: #B3B3B3. Windows color (decimal): -2247863 or 4830173. OLE color: 4830173.

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

Color convert

RGB 221 179 73 -
CMYK 0 0.19 0.67 0.13
HSL 42.97º 0.69% 0.58% -
HSV(B) 42.97º 0.67% 0.87% -
XYZ 47.14 48.09 13.1 -
YUV 179.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 221 179 73 0 0.19 0.67 0.13 42.97 0.69 0.58
Hex DD B3 49 0 13 43 D 2B 45 3A
Octal 335 263 111 0 23 103 15 53 105 72
Binary 11011101 10110011 1001001 0 10011 1000011 1101 101011 1000101 111010

Color Harmonies of #DDB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB349

Black with #DDB349

Text Example


Text Example

White with #DDB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB349; }

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

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

background-color css

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

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

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

border-color css

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

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

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