Html Css Color HEX #DDA250 Rob Roy

📋 copy color: '#DDA250'

red 221 ◦ green 162 ◦ blue 80

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

Shades of Rob Roy #DDA250

Tints of Rob Roy #DDA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.99%

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

R = 47.73%
G = 34.99%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA250 (or 0xDDA250) is known color: Rob Roy. HEX triplet: DD, A2 and 50. RGB value is (221,162,80). Sum of RGB (Red+Green+Blue) = 221+162+80=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA250 is #225DAF. Grayscale: #AAAAAA. Windows color (decimal): -2252208 or 5284573. OLE color: 5284573.

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

Color convert

RGB 221 162 80 -
CMYK 0 0.27 0.64 0.13
HSL 34.89º 0.67% 0.59% -
HSV(B) 34.89º 0.64% 0.87% -
XYZ 44.19 41.79 13.33 -
YUV 170.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 221 162 80 0 0.27 0.64 0.13 34.89 0.67 0.59
Hex DD A2 50 0 1B 40 D 23 43 3B
Octal 335 242 120 0 33 100 15 43 103 73
Binary 11011101 10100010 1010000 0 11011 1000000 1101 100011 1000011 111011

Color Harmonies of #DDA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA250

Black with #DDA250

Text Example


Text Example

White with #DDA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA250; }

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

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

background-color css

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

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

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

border-color css

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

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

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