Html Css Color HEX #DDA958 Rob Roy

📋 copy color: '#DDA958'

red 221 ◦ green 169 ◦ blue 88

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

Shades of Rob Roy #DDA958

Tints of Rob Roy #DDA958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

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

R = 46.23%
G = 35.36%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA958 (or 0xDDA958) is known color: Rob Roy. HEX triplet: DD, A9 and 58. RGB value is (221,169,88). Sum of RGB (Red+Green+Blue) = 221+169+88=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA958 is #2256A7. Grayscale: #AFAFAF. Windows color (decimal): -2250408 or 5810653. OLE color: 5810653.

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

Color convert

RGB 221 169 88 -
CMYK 0 0.24 0.60 0.13
HSL 36.54º 0.66% 0.61% -
HSV(B) 36.54º 0.6% 0.87% -
XYZ 45.77 44.45 15.4 -
YUV 175.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 221 169 88 0 0.24 0.60 0.13 36.54 0.66 0.61
Hex DD A9 58 0 18 3C D 25 42 3D
Octal 335 251 130 0 30 74 15 45 102 75
Binary 11011101 10101001 1011000 0 11000 111100 1101 100101 1000010 111101

Color Harmonies of #DDA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA958

Black with #DDA958

Text Example


Text Example

White with #DDA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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