Html Css Color HEX #DDAE57 Rob Roy

📋 copy color: '#DDAE57'

red 221 ◦ green 174 ◦ blue 87

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

Shades of Rob Roy #DDAE57

Tints of Rob Roy #DDAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.05%

R = 45.85%
G = 36.1%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDAE57 (or 0xDDAE57) is known color: Rob Roy. HEX triplet: DD, AE and 57. RGB value is (221,174,87). Sum of RGB (Red+Green+Blue) = 221+174+87=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE57 is #2251A8. Grayscale: #B2B2B2. Windows color (decimal): -2249129 or 5746397. OLE color: 5746397.

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

Color convert

RGB 221 174 87 -
CMYK 0 0.21 0.61 0.13
HSL 38.96º 0.66% 0.6% -
HSV(B) 38.96º 0.61% 0.87% -
XYZ 46.68 46.33 15.5 -
YUV 178.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 221 174 87 0 0.21 0.61 0.13 38.96 0.66 0.6
Hex DD AE 57 0 15 3D D 27 42 3C
Octal 335 256 127 0 25 75 15 47 102 74
Binary 11011101 10101110 1010111 0 10101 111101 1101 100111 1000010 111100

Color Harmonies of #DDAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE57

Black with #DDAE57

Text Example


Text Example

White with #DDAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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