Html Css Color HEX #DDE266 Goldenrod

📋 copy color: '#DDE266'

red 221 ◦ green 226 ◦ blue 102

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

Shades of Goldenrod #DDE266

Tints of Goldenrod #DDE266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.17%

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

R = 40.26%
G = 41.17%
B = 18.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DDE266 (or 0xDDE266) is known color: Goldenrod. HEX triplet: DD, E2 and 66. RGB value is (221,226,102). Sum of RGB (Red+Green+Blue) = 221+226+102=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE266 is #221D99. Grayscale: #D2D2D2. Windows color (decimal): -2235802 or 6742749. OLE color: 6742749.

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

Color convert

RGB 221 226 102 -
CMYK 0.02 0 0.55 0.11
HSL 62.42º 0.68% 0.64% -
HSV(B) 62.42º 0.55% 0.89% -
XYZ 59.41 70.72 23.09 -
YUV 210.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 221 226 102 0.02 0 0.55 0.11 62.42 0.68 0.64
Hex DD E2 66 2 0 37 B 3E 44 40
Octal 335 342 146 2 0 67 13 76 104 100
Binary 11011101 11100010 1100110 10 0 110111 1011 111110 1000100 1000000

Color Harmonies of #DDE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE266

Black with #DDE266

Text Example


Text Example

White with #DDE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE266; }

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

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

background-color css

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

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

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

border-color css

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

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

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