Html Css Color HEX #DDA85A Rob Roy

📋 copy color: '#DDA85A'

red 221 ◦ green 168 ◦ blue 90

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

Shades of Rob Roy #DDA85A

Tints of Rob Roy #DDA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 46.14%
G = 35.07%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDA85A (or 0xDDA85A) is known color: Rob Roy. HEX triplet: DD, A8 and 5A. RGB value is (221,168,90). Sum of RGB (Red+Green+Blue) = 221+168+90=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85A is #2257A5. Grayscale: #AFAFAF. Windows color (decimal): -2250662 or 5941469. OLE color: 5941469.

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

Color convert

RGB 221 168 90 -
CMYK 0 0.24 0.59 0.13
HSL 35.73º 0.66% 0.61% -
HSV(B) 35.73º 0.59% 0.87% -
XYZ 45.67 44.12 15.78 -
YUV 174.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 221 168 90 0 0.24 0.59 0.13 35.73 0.66 0.61
Hex DD A8 5A 0 18 3B D 24 42 3D
Octal 335 250 132 0 30 73 15 44 102 75
Binary 11011101 10101000 1011010 0 11000 111011 1101 100100 1000010 111101

Color Harmonies of #DDA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA85A

Black with #DDA85A

Text Example


Text Example

White with #DDA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA85A; }

 p { color: rgb(221,168,90); }

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

background-color css

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

 a { background-color: rgb(221,168,90); }

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

border-color css

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

 span { border-color: rgb(221,168,90); }

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