Html Css Color HEX #DDAC50 Rob Roy

📋 copy color: '#DDAC50'

red 221 ◦ green 172 ◦ blue 80

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

Shades of Rob Roy #DDAC50

Tints of Rob Roy #DDAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 46.72%
G = 36.36%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDAC50 (or 0xDDAC50) is known color: Rob Roy. HEX triplet: DD, AC and 50. RGB value is (221,172,80). Sum of RGB (Red+Green+Blue) = 221+172+80=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC50 is #2253AF. Grayscale: #B0B0B0. Windows color (decimal): -2249648 or 5287133. OLE color: 5287133.

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

Color convert

RGB 221 172 80 -
CMYK 0 0.22 0.64 0.13
HSL 39.15º 0.67% 0.59% -
HSV(B) 39.15º 0.64% 0.87% -
XYZ 46.02 45.46 13.94 -
YUV 176.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 221 172 80 0 0.22 0.64 0.13 39.15 0.67 0.59
Hex DD AC 50 0 16 40 D 27 43 3B
Octal 335 254 120 0 26 100 15 47 103 73
Binary 11011101 10101100 1010000 0 10110 1000000 1101 100111 1000011 111011

Color Harmonies of #DDAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC50

Black with #DDAC50

Text Example


Text Example

White with #DDAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC50; }

 p { color: rgb(221,172,80); }

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

background-color css

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

 a { background-color: rgb(221,172,80); }

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

border-color css

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

 span { border-color: rgb(221,172,80); }

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