Html Css Color HEX #DDAE54 Rob Roy

📋 copy color: '#DDAE54'

red 221 ◦ green 174 ◦ blue 84

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

Shades of Rob Roy #DDAE54

Tints of Rob Roy #DDAE54

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

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

R = 46.14%
G = 36.33%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDAE54 (or 0xDDAE54) is known color: Rob Roy. HEX triplet: DD, AE and 54. RGB value is (221,174,84). Sum of RGB (Red+Green+Blue) = 221+174+84=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE54 is #2251AB. Grayscale: #B2B2B2. Windows color (decimal): -2249132 or 5549789. OLE color: 5549789.

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

Color convert

RGB 221 174 84 -
CMYK 0 0.21 0.62 0.13
HSL 39.42º 0.67% 0.6% -
HSV(B) 39.42º 0.62% 0.87% -
XYZ 46.56 46.28 14.87 -
YUV 177.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 221 174 84 0 0.21 0.62 0.13 39.42 0.67 0.6
Hex DD AE 54 0 15 3E D 27 43 3C
Octal 335 256 124 0 25 76 15 47 103 74
Binary 11011101 10101110 1010100 0 10101 111110 1101 100111 1000011 111100

Color Harmonies of #DDAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE54

Black with #DDAE54

Text Example


Text Example

White with #DDAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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