Html Css Color HEX #DDA85D Rob Roy

📋 copy color: '#DDA85D'

red 221 ◦ green 168 ◦ blue 93

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

Shades of Rob Roy #DDA85D

Tints of Rob Roy #DDA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 45.85%
G = 34.85%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDA85D (or 0xDDA85D) is known color: Rob Roy. HEX triplet: DD, A8 and 5D. RGB value is (221,168,93). Sum of RGB (Red+Green+Blue) = 221+168+93=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85D is #2257A2. Grayscale: #AFAFAF. Windows color (decimal): -2250659 or 6138077. OLE color: 6138077.

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

Color convert

RGB 221 168 93 -
CMYK 0 0.24 0.58 0.13
HSL 35.16º 0.65% 0.62% -
HSV(B) 35.16º 0.58% 0.87% -
XYZ 45.8 44.17 16.47 -
YUV 175.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 221 168 93 0 0.24 0.58 0.13 35.16 0.65 0.62
Hex DD A8 5D 0 18 3A D 23 41 3E
Octal 335 250 135 0 30 72 15 43 101 76
Binary 11011101 10101000 1011101 0 11000 111010 1101 100011 1000001 111110

Color Harmonies of #DDA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA85D

Black with #DDA85D

Text Example


Text Example

White with #DDA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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