Html Css Color HEX #DDDA66 Goldenrod

📋 copy color: '#DDDA66'

red 221 ◦ green 218 ◦ blue 102

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

Shades of Goldenrod #DDDA66

Tints of Goldenrod #DDDA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 102 (40.23% from 255) = 18.85%

R = 40.85%
G = 40.3%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDDA66 (or 0xDDDA66) is known color: Goldenrod. HEX triplet: DD, DA and 66. RGB value is (221,218,102). Sum of RGB (Red+Green+Blue) = 221+218+102=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA66 is #222599. Grayscale: #CECECE. Windows color (decimal): -2237850 or 6740701. OLE color: 6740701.

HSL color Cylindrical-coordinate representation of color #DDDA66: hue angle of 58.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDDA66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 102 -
CMYK 0 0.01 0.54 0.13
HSL 58.49º 0.64% 0.63% -
HSV(B) 58.49º 0.54% 0.87% -
XYZ 57.29 66.47 22.38 -
YUV 205.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 221 218 102 0 0.01 0.54 0.13 58.49 0.64 0.63
Hex DD DA 66 0 1 36 D 3A 40 3F
Octal 335 332 146 0 1 66 15 72 100 77
Binary 11011101 11011010 1100110 0 1 110110 1101 111010 1000000 111111

Color Harmonies of #DDDA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA66

Black with #DDDA66

Text Example


Text Example

White with #DDDA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA66; }

 p { color: rgb(221,218,102); }

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

background-color css

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

 a { background-color: rgb(221,218,102); }

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

border-color css

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

 span { border-color: rgb(221,218,102); }

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