Html Css Color HEX #DDE16D Goldenrod

📋 copy color: '#DDE16D'

red 221 ◦ green 225 ◦ blue 109

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

Shades of Goldenrod #DDE16D

Tints of Goldenrod #DDE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.54%

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 39.82%
G = 40.54%
B = 19.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#DDE16D (or 0xDDE16D) is known color: Goldenrod. HEX triplet: DD, E1 and 6D. RGB value is (221,225,109). Sum of RGB (Red+Green+Blue) = 221+225+109=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16D is #221E92. Grayscale: #D3D3D3. Windows color (decimal): -2236051 or 7201245. OLE color: 7201245.

HSL color Cylindrical-coordinate representation of color #DDE16D: hue angle of 62.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDE16D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 109 -
CMYK 0.02 0 0.52 0.12
HSL 62.07º 0.66% 0.65% -
HSV(B) 62.07º 0.52% 0.88% -
XYZ 59.5 70.33 24.91 -
YUV 210.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 221 225 109 0.02 0 0.52 0.12 62.07 0.66 0.65
Hex DD E1 6D 2 0 34 C 3E 42 41
Octal 335 341 155 2 0 64 14 76 102 101
Binary 11011101 11100001 1101101 10 0 110100 1100 111110 1000010 1000001

Color Harmonies of #DDE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE16D

Black with #DDE16D

Text Example


Text Example

White with #DDE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE16D; }

 p { color: rgb(221,225,109); }

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

background-color css

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

 a { background-color: rgb(221,225,109); }

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

border-color css

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

 span { border-color: rgb(221,225,109); }

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