Html Css Color HEX #DDA350 Rob Roy

📋 copy color: '#DDA350'

red 221 ◦ green 163 ◦ blue 80

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

Shades of Rob Roy #DDA350

Tints of Rob Roy #DDA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 47.63%
G = 35.13%
B = 17.24%

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

#DDA350 (or 0xDDA350) is known color: Rob Roy. HEX triplet: DD, A3 and 50. RGB value is (221,163,80). Sum of RGB (Red+Green+Blue) = 221+163+80=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA350 is #225CAF. Grayscale: #ABABAB. Windows color (decimal): -2251952 or 5284829. OLE color: 5284829.

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

Color convert

RGB 221 163 80 -
CMYK 0 0.26 0.64 0.13
HSL 35.32º 0.67% 0.59% -
HSV(B) 35.32º 0.64% 0.87% -
XYZ 44.36 42.15 13.39 -
YUV 170.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 221 163 80 0 0.26 0.64 0.13 35.32 0.67 0.59
Hex DD A3 50 0 1A 40 D 23 43 3B
Octal 335 243 120 0 32 100 15 43 103 73
Binary 11011101 10100011 1010000 0 11010 1000000 1101 100011 1000011 111011

Color Harmonies of #DDA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA350

Black with #DDA350

Text Example


Text Example

White with #DDA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA350; }

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

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

background-color css

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

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

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

border-color css

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

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

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