Html Css Color HEX #DDDA62 Goldenrod

📋 copy color: '#DDDA62'

red 221 ◦ green 218 ◦ blue 98

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

Shades of Goldenrod #DDDA62

Tints of Goldenrod #DDDA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.25%

R = 41.15%
G = 40.6%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDDA62 (or 0xDDDA62) is known color: Goldenrod. HEX triplet: DD, DA and 62. RGB value is (221,218,98). Sum of RGB (Red+Green+Blue) = 221+218+98=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA62 is #22259D. Grayscale: #CDCDCD. Windows color (decimal): -2237854 or 6478557. OLE color: 6478557.

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

Color convert

RGB 221 218 98 -
CMYK 0 0.01 0.56 0.13
HSL 58.54º 0.64% 0.63% -
HSV(B) 58.54º 0.56% 0.87% -
XYZ 57.09 66.4 21.36 -
YUV 205.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 221 218 98 0 0.01 0.56 0.13 58.54 0.64 0.63
Hex DD DA 62 0 1 38 D 3B 40 3F
Octal 335 332 142 0 1 70 15 73 100 77
Binary 11011101 11011010 1100010 0 1 111000 1101 111011 1000000 111111

Color Harmonies of #DDDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA62

Black with #DDDA62

Text Example


Text Example

White with #DDDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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