Html Css Color HEX #DDA450 Rob Roy

📋 copy color: '#DDA450'

red 221 ◦ green 164 ◦ blue 80

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

Shades of Rob Roy #DDA450

Tints of Rob Roy #DDA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

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

R = 47.53%
G = 35.27%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA450 (or 0xDDA450) is known color: Rob Roy. HEX triplet: DD, A4 and 50. RGB value is (221,164,80). Sum of RGB (Red+Green+Blue) = 221+164+80=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA450 is #225BAF. Grayscale: #ABABAB. Windows color (decimal): -2251696 or 5285085. OLE color: 5285085.

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

Color convert

RGB 221 164 80 -
CMYK 0 0.26 0.64 0.13
HSL 35.74º 0.67% 0.59% -
HSV(B) 35.74º 0.64% 0.87% -
XYZ 44.54 42.5 13.45 -
YUV 171.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 221 164 80 0 0.26 0.64 0.13 35.74 0.67 0.59
Hex DD A4 50 0 1A 40 D 24 43 3B
Octal 335 244 120 0 32 100 15 44 103 73
Binary 11011101 10100100 1010000 0 11010 1000000 1101 100100 1000011 111011

Color Harmonies of #DDA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA450

Black with #DDA450

Text Example


Text Example

White with #DDA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA450; }

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

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

background-color css

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

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

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

border-color css

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

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

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