Html Css Color HEX #DDA649 Rob Roy

📋 copy color: '#DDA649'

red 221 ◦ green 166 ◦ blue 73

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

Shades of Rob Roy #DDA649

Tints of Rob Roy #DDA649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

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

R = 48.04%
G = 36.09%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA649 (or 0xDDA649) is known color: Rob Roy. HEX triplet: DD, A6 and 49. RGB value is (221,166,73). Sum of RGB (Red+Green+Blue) = 221+166+73=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA649 is #2259B6. Grayscale: #ACACAC. Windows color (decimal): -2251191 or 4826845. OLE color: 4826845.

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

Color convert

RGB 221 166 73 -
CMYK 0 0.25 0.67 0.13
HSL 37.7º 0.69% 0.58% -
HSV(B) 37.7º 0.67% 0.87% -
XYZ 44.66 43.13 12.27 -
YUV 171.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 221 166 73 0 0.25 0.67 0.13 37.7 0.69 0.58
Hex DD A6 49 0 19 43 D 26 45 3A
Octal 335 246 111 0 31 103 15 46 105 72
Binary 11011101 10100110 1001001 0 11001 1000011 1101 100110 1000101 111010

Color Harmonies of #DDA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA649

Black with #DDA649

Text Example


Text Example

White with #DDA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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