Html Css Color HEX #DDA849 Rob Roy

📋 copy color: '#DDA849'

red 221 ◦ green 168 ◦ blue 73

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

Shades of Rob Roy #DDA849

Tints of Rob Roy #DDA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 47.84%
G = 36.36%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA849 (or 0xDDA849) is known color: Rob Roy. HEX triplet: DD, A8 and 49. RGB value is (221,168,73). Sum of RGB (Red+Green+Blue) = 221+168+73=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA849 is #2257B6. Grayscale: #ADADAD. Windows color (decimal): -2250679 or 4827357. OLE color: 4827357.

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

Color convert

RGB 221 168 73 -
CMYK 0 0.24 0.67 0.13
HSL 38.51º 0.69% 0.58% -
HSV(B) 38.51º 0.67% 0.87% -
XYZ 45.02 43.86 12.4 -
YUV 173.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 221 168 73 0 0.24 0.67 0.13 38.51 0.69 0.58
Hex DD A8 49 0 18 43 D 27 45 3A
Octal 335 250 111 0 30 103 15 47 105 72
Binary 11011101 10101000 1001001 0 11000 1000011 1101 100111 1000101 111010

Color Harmonies of #DDA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA849

Black with #DDA849

Text Example


Text Example

White with #DDA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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