Html Css Color HEX #DDA749 Rob Roy

📋 copy color: '#DDA749'

red 221 ◦ green 167 ◦ blue 73

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

Shades of Rob Roy #DDA749

Tints of Rob Roy #DDA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 47.94%
G = 36.23%
B = 15.84%

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

#DDA749 (or 0xDDA749) is known color: Rob Roy. HEX triplet: DD, A7 and 49. RGB value is (221,167,73). Sum of RGB (Red+Green+Blue) = 221+167+73=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA749 is #2258B6. Grayscale: #ACACAC. Windows color (decimal): -2250935 or 4827101. OLE color: 4827101.

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

Color convert

RGB 221 167 73 -
CMYK 0 0.24 0.67 0.13
HSL 38.11º 0.69% 0.58% -
HSV(B) 38.11º 0.67% 0.87% -
XYZ 44.84 43.49 12.33 -
YUV 172.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 221 167 73 0 0.24 0.67 0.13 38.11 0.69 0.58
Hex DD A7 49 0 18 43 D 26 45 3A
Octal 335 247 111 0 30 103 15 46 105 72
Binary 11011101 10100111 1001001 0 11000 1000011 1101 100110 1000101 111010

Color Harmonies of #DDA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA749

Black with #DDA749

Text Example


Text Example

White with #DDA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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