Html Css Color HEX #DDE066 Goldenrod

📋 copy color: '#DDE066'

red 221 ◦ green 224 ◦ blue 102

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

Shades of Goldenrod #DDE066

Tints of Goldenrod #DDE066

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 40.4%
G = 40.95%
B = 18.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DDE066 (or 0xDDE066) is known color: Goldenrod. HEX triplet: DD, E0 and 66. RGB value is (221,224,102). Sum of RGB (Red+Green+Blue) = 221+224+102=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE066 is #221F99. Grayscale: #D1D1D1. Windows color (decimal): -2236314 or 6742237. OLE color: 6742237.

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

Color convert

RGB 221 224 102 -
CMYK 0.01 0 0.54 0.12
HSL 61.48º 0.66% 0.64% -
HSV(B) 61.48º 0.54% 0.88% -
XYZ 58.87 69.64 22.91 -
YUV 209.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 221 224 102 0.01 0 0.54 0.12 61.48 0.66 0.64
Hex DD E0 66 1 0 36 C 3D 42 40
Octal 335 340 146 1 0 66 14 75 102 100
Binary 11011101 11100000 1100110 1 0 110110 1100 111101 1000010 1000000

Color Harmonies of #DDE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE066

Black with #DDE066

Text Example


Text Example

White with #DDE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE066; }

 p { color: rgb(221,224,102); }

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

background-color css

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

 a { background-color: rgb(221,224,102); }

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

border-color css

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

 span { border-color: rgb(221,224,102); }

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