Html Css Color HEX #DDDB64 Goldenrod

📋 copy color: '#DDDB64'

red 221 ◦ green 219 ◦ blue 100

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

Shades of Goldenrod #DDDB64

Tints of Goldenrod #DDDB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

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

R = 40.93%
G = 40.56%
B = 18.52%

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

#DDDB64 (or 0xDDDB64) is known color: Goldenrod. HEX triplet: DD, DB and 64. RGB value is (221,219,100). Sum of RGB (Red+Green+Blue) = 221+219+100=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB64 is #22249B. Grayscale: #CECECE. Windows color (decimal): -2237596 or 6609885. OLE color: 6609885.

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

Color convert

RGB 221 219 100 -
CMYK 0 0.01 0.55 0.13
HSL 59.01º 0.64% 0.63% -
HSV(B) 59.01º 0.55% 0.87% -
XYZ 57.45 66.96 21.95 -
YUV 206.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 221 219 100 0 0.01 0.55 0.13 59.01 0.64 0.63
Hex DD DB 64 0 1 37 D 3B 40 3F
Octal 335 333 144 0 1 67 15 73 100 77
Binary 11011101 11011011 1100100 0 1 110111 1101 111011 1000000 111111

Color Harmonies of #DDDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB64

Black with #DDDB64

Text Example


Text Example

White with #DDDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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