Html Css Color HEX #DDAD4C Rob Roy

📋 copy color: '#DDAD4C'

red 221 ◦ green 173 ◦ blue 76

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

Shades of Rob Roy #DDAD4C

Tints of Rob Roy #DDAD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.17%

R = 47.02%
G = 36.81%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDAD4C (or 0xDDAD4C) is known color: Rob Roy. HEX triplet: DD, AD and 4C. RGB value is (221,173,76). Sum of RGB (Red+Green+Blue) = 221+173+76=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD4C is #2252B3. Grayscale: #B0B0B0. Windows color (decimal): -2249396 or 5025245. OLE color: 5025245.

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

Color convert

RGB 221 173 76 -
CMYK 0 0.22 0.66 0.13
HSL 40.14º 0.68% 0.58% -
HSV(B) 40.14º 0.66% 0.87% -
XYZ 46.07 45.78 13.25 -
YUV 176.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 221 173 76 0 0.22 0.66 0.13 40.14 0.68 0.58
Hex DD AD 4C 0 16 42 D 28 44 3A
Octal 335 255 114 0 26 102 15 50 104 72
Binary 11011101 10101101 1001100 0 10110 1000010 1101 101000 1000100 111010

Color Harmonies of #DDAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD4C

Black with #DDAD4C

Text Example


Text Example

White with #DDAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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