Html Css Color HEX #DDA85C Rob Roy

📋 copy color: '#DDA85C'

red 221 ◦ green 168 ◦ blue 92

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

Shades of Rob Roy #DDA85C

Tints of Rob Roy #DDA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 45.95%
G = 34.93%
B = 19.13%

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

#DDA85C (or 0xDDA85C) is known color: Rob Roy. HEX triplet: DD, A8 and 5C. RGB value is (221,168,92). Sum of RGB (Red+Green+Blue) = 221+168+92=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85C is #2257A3. Grayscale: #AFAFAF. Windows color (decimal): -2250660 or 6072541. OLE color: 6072541.

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

Color convert

RGB 221 168 92 -
CMYK 0 0.24 0.58 0.13
HSL 35.35º 0.65% 0.61% -
HSV(B) 35.35º 0.58% 0.87% -
XYZ 45.75 44.15 16.24 -
YUV 175.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 221 168 92 0 0.24 0.58 0.13 35.35 0.65 0.61
Hex DD A8 5C 0 18 3A D 23 41 3D
Octal 335 250 134 0 30 72 15 43 101 75
Binary 11011101 10101000 1011100 0 11000 111010 1101 100011 1000001 111101

Color Harmonies of #DDA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA85C

Black with #DDA85C

Text Example


Text Example

White with #DDA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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