Html Css Color HEX #DDE366 Goldenrod

📋 copy color: '#DDE366'

red 221 ◦ green 227 ◦ blue 102

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

Shades of Goldenrod #DDE366

Tints of Goldenrod #DDE366

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.27%

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

R = 40.18%
G = 41.27%
B = 18.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DDE366 (or 0xDDE366) is known color: Goldenrod. HEX triplet: DD, E3 and 66. RGB value is (221,227,102). Sum of RGB (Red+Green+Blue) = 221+227+102=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE366 is #221C99. Grayscale: #D3D3D3. Windows color (decimal): -2235546 or 6743005. OLE color: 6743005.

HSL color Cylindrical-coordinate representation of color #DDE366: hue angle of 62.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDE366 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 102 -
CMYK 0.03 0 0.55 0.11
HSL 62.88º 0.69% 0.65% -
HSV(B) 62.88º 0.55% 0.89% -
XYZ 59.69 71.27 23.18 -
YUV 210.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 221 227 102 0.03 0 0.55 0.11 62.88 0.69 0.65
Hex DD E3 66 3 0 37 B 3F 45 41
Octal 335 343 146 3 0 67 13 77 105 101
Binary 11011101 11100011 1100110 11 0 110111 1011 111111 1000101 1000001

Color Harmonies of #DDE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE366

Black with #DDE366

Text Example


Text Example

White with #DDE366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE366; }

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

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

background-color css

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

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

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

border-color css

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

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

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