Html Css Color HEX #DDA558 Rob Roy

📋 copy color: '#DDA558'

red 221 ◦ green 165 ◦ blue 88

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

Shades of Rob Roy #DDA558

Tints of Rob Roy #DDA558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

 BLUE value IS 88 (34.77% from 255) = 18.57%

R = 46.62%
G = 34.81%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA558 (or 0xDDA558) is known color: Rob Roy. HEX triplet: DD, A5 and 58. RGB value is (221,165,88). Sum of RGB (Red+Green+Blue) = 221+165+88=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA558 is #225AA7. Grayscale: #ADADAD. Windows color (decimal): -2251432 or 5809629. OLE color: 5809629.

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

Color convert

RGB 221 165 88 -
CMYK 0 0.25 0.60 0.13
HSL 34.74º 0.66% 0.61% -
HSV(B) 34.74º 0.6% 0.87% -
XYZ 45.04 42.99 15.16 -
YUV 172.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 221 165 88 0 0.25 0.60 0.13 34.74 0.66 0.61
Hex DD A5 58 0 19 3C D 23 42 3D
Octal 335 245 130 0 31 74 15 43 102 75
Binary 11011101 10100101 1011000 0 11001 111100 1101 100011 1000010 111101

Color Harmonies of #DDA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA558

Black with #DDA558

Text Example


Text Example

White with #DDA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA558; }

 p { color: rgb(221,165,88); }

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

background-color css

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

 a { background-color: rgb(221,165,88); }

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

border-color css

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

 span { border-color: rgb(221,165,88); }

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