Html Css Color HEX #DDA549 Rob Roy

📋 copy color: '#DDA549'

red 221 ◦ green 165 ◦ blue 73

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

Shades of Rob Roy #DDA549

Tints of Rob Roy #DDA549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

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

R = 48.15%
G = 35.95%
B = 15.9%

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

#DDA549 (or 0xDDA549) is known color: Rob Roy. HEX triplet: DD, A5 and 49. RGB value is (221,165,73). Sum of RGB (Red+Green+Blue) = 221+165+73=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA549 is #225AB6. Grayscale: #ABABAB. Windows color (decimal): -2251447 or 4826589. OLE color: 4826589.

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

Color convert

RGB 221 165 73 -
CMYK 0 0.25 0.67 0.13
HSL 37.3º 0.69% 0.58% -
HSV(B) 37.3º 0.67% 0.87% -
XYZ 44.48 42.76 12.21 -
YUV 171.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 221 165 73 0 0.25 0.67 0.13 37.3 0.69 0.58
Hex DD A5 49 0 19 43 D 25 45 3A
Octal 335 245 111 0 31 103 15 45 105 72
Binary 11011101 10100101 1001001 0 11001 1000011 1101 100101 1000101 111010

Color Harmonies of #DDA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA549

Black with #DDA549

Text Example


Text Example

White with #DDA549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA549; }

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

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

background-color css

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

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

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

border-color css

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

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

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