Html Css Color HEX #DDDA64 Goldenrod

📋 copy color: '#DDDA64'

red 221 ◦ green 218 ◦ blue 100

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

Shades of Goldenrod #DDDA64

Tints of Goldenrod #DDDA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 41%
G = 40.45%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDDA64 (or 0xDDDA64) is known color: Goldenrod. HEX triplet: DD, DA and 64. RGB value is (221,218,100). Sum of RGB (Red+Green+Blue) = 221+218+100=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA64 is #22259B. Grayscale: #CDCDCD. Windows color (decimal): -2237852 or 6609629. OLE color: 6609629.

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

Color convert

RGB 221 218 100 -
CMYK 0 0.01 0.55 0.13
HSL 58.51º 0.64% 0.63% -
HSV(B) 58.51º 0.55% 0.87% -
XYZ 57.19 66.44 21.87 -
YUV 205.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 221 218 100 0 0.01 0.55 0.13 58.51 0.64 0.63
Hex DD DA 64 0 1 37 D 3B 40 3F
Octal 335 332 144 0 1 67 15 73 100 77
Binary 11011101 11011010 1100100 0 1 110111 1101 111011 1000000 111111

Color Harmonies of #DDDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA64

Black with #DDDA64

Text Example


Text Example

White with #DDDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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