Html Css Color HEX #DDAD54 Rob Roy

📋 copy color: '#DDAD54'

red 221 ◦ green 173 ◦ blue 84

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

Shades of Rob Roy #DDAD54

Tints of Rob Roy #DDAD54

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 84 (33.2% from 255) = 17.57%

R = 46.23%
G = 36.19%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDAD54 (or 0xDDAD54) is known color: Rob Roy. HEX triplet: DD, AD and 54. RGB value is (221,173,84). Sum of RGB (Red+Green+Blue) = 221+173+84=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD54 is #2252AB. Grayscale: #B1B1B1. Windows color (decimal): -2249388 or 5549533. OLE color: 5549533.

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

Color convert

RGB 221 173 84 -
CMYK 0 0.22 0.62 0.13
HSL 38.98º 0.67% 0.6% -
HSV(B) 38.98º 0.62% 0.87% -
XYZ 46.36 45.9 14.8 -
YUV 177.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 221 173 84 0 0.22 0.62 0.13 38.98 0.67 0.6
Hex DD AD 54 0 16 3E D 27 43 3C
Octal 335 255 124 0 26 76 15 47 103 74
Binary 11011101 10101101 1010100 0 10110 111110 1101 100111 1000011 111100

Color Harmonies of #DDAD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD54

Black with #DDAD54

Text Example


Text Example

White with #DDAD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD54; }

 p { color: rgb(221,173,84); }

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

background-color css

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

 a { background-color: rgb(221,173,84); }

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

border-color css

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

 span { border-color: rgb(221,173,84); }

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