Html Css Color HEX #DDDB63 Goldenrod

📋 copy color: '#DDDB63'

red 221 ◦ green 219 ◦ blue 99

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

Shades of Goldenrod #DDDB63

Tints of Goldenrod #DDDB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.37%

R = 41%
G = 40.63%
B = 18.37%

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

#DDDB63 (or 0xDDDB63) is known color: Goldenrod. HEX triplet: DD, DB and 63. RGB value is (221,219,99). Sum of RGB (Red+Green+Blue) = 221+219+99=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB63 is #22249C. Grayscale: #CECECE. Windows color (decimal): -2237597 or 6544349. OLE color: 6544349.

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

Color convert

RGB 221 219 99 -
CMYK 0 0.01 0.55 0.13
HSL 59.02º 0.64% 0.63% -
HSV(B) 59.02º 0.55% 0.87% -
XYZ 57.4 66.94 21.7 -
YUV 205.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 221 219 99 0 0.01 0.55 0.13 59.02 0.64 0.63
Hex DD DB 63 0 1 37 D 3B 40 3F
Octal 335 333 143 0 1 67 15 73 100 77
Binary 11011101 11011011 1100011 0 1 110111 1101 111011 1000000 111111

Color Harmonies of #DDDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB63

Black with #DDDB63

Text Example


Text Example

White with #DDDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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