Html Css Color HEX #DDAD4D Rob Roy

📋 copy color: '#DDAD4D'

red 221 ◦ green 173 ◦ blue 77

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

Shades of Rob Roy #DDAD4D

Tints of Rob Roy #DDAD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 46.92%
G = 36.73%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDAD4D (or 0xDDAD4D) is known color: Rob Roy. HEX triplet: DD, AD and 4D. RGB value is (221,173,77). Sum of RGB (Red+Green+Blue) = 221+173+77=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD4D is #2252B2. Grayscale: #B0B0B0. Windows color (decimal): -2249395 or 5090781. OLE color: 5090781.

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

Color convert

RGB 221 173 77 -
CMYK 0 0.22 0.65 0.13
HSL 40º 0.68% 0.58% -
HSV(B) 40º 0.65% 0.87% -
XYZ 46.1 45.8 13.43 -
YUV 176.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 221 173 77 0 0.22 0.65 0.13 40 0.68 0.58
Hex DD AD 4D 0 16 41 D 28 44 3A
Octal 335 255 115 0 26 101 15 50 104 72
Binary 11011101 10101101 1001101 0 10110 1000001 1101 101000 1000100 111010

Color Harmonies of #DDAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD4D

Black with #DDAD4D

Text Example


Text Example

White with #DDAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD4D; }

 p { color: rgb(221,173,77); }

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

background-color css

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

 a { background-color: rgb(221,173,77); }

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

border-color css

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

 span { border-color: rgb(221,173,77); }

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