Html Css Color HEX #DDDB62 Goldenrod

📋 copy color: '#DDDB62'

red 221 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #DDDB62

Tints of Goldenrod #DDDB62

RGB

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

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

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

R = 41.08%
G = 40.71%
B = 18.22%

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

#DDDB62 (or 0xDDDB62) is known color: Goldenrod. HEX triplet: DD, DB and 62. RGB value is (221,219,98). Sum of RGB (Red+Green+Blue) = 221+219+98=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB62 is #22249D. Grayscale: #CECECE. Windows color (decimal): -2237598 or 6478813. OLE color: 6478813.

HSL color Cylindrical-coordinate representation of color #DDDB62: 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.56%. Process color model (Four color, CMYK) of #DDDB62 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 98 -
CMYK 0 0.01 0.56 0.13
HSL 59.02º 0.64% 0.63% -
HSV(B) 59.02º 0.56% 0.87% -
XYZ 57.35 66.92 21.45 -
YUV 205.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 221 219 98 0 0.01 0.56 0.13 59.02 0.64 0.63
Hex DD DB 62 0 1 38 D 3B 40 3F
Octal 335 333 142 0 1 70 15 73 100 77
Binary 11011101 11011011 1100010 0 1 111000 1101 111011 1000000 111111

Color Harmonies of #DDDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB62

Black with #DDDB62

Text Example


Text Example

White with #DDDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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