Html Css Color HEX #DDA956 Rob Roy

📋 copy color: '#DDA956'

red 221 ◦ green 169 ◦ blue 86

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

Shades of Rob Roy #DDA956

Tints of Rob Roy #DDA956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 46.43%
G = 35.5%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA956 (or 0xDDA956) is known color: Rob Roy. HEX triplet: DD, A9 and 56. RGB value is (221,169,86). Sum of RGB (Red+Green+Blue) = 221+169+86=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA956 is #2256A9. Grayscale: #AFAFAF. Windows color (decimal): -2250410 or 5679581. OLE color: 5679581.

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

Color convert

RGB 221 169 86 -
CMYK 0 0.24 0.61 0.13
HSL 36.89º 0.67% 0.6% -
HSV(B) 36.89º 0.61% 0.87% -
XYZ 45.69 44.42 14.97 -
YUV 175.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 221 169 86 0 0.24 0.61 0.13 36.89 0.67 0.6
Hex DD A9 56 0 18 3D D 25 43 3C
Octal 335 251 126 0 30 75 15 45 103 74
Binary 11011101 10101001 1010110 0 11000 111101 1101 100101 1000011 111100

Color Harmonies of #DDA956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA956

Black with #DDA956

Text Example


Text Example

White with #DDA956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA956; }

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

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

background-color css

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

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

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

border-color css

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

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

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