Html Css Color HEX #DDE264 Goldenrod

📋 copy color: '#DDE264'

red 221 ◦ green 226 ◦ blue 100

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

Shades of Goldenrod #DDE264

Tints of Goldenrod #DDE264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 40.4%
G = 41.32%
B = 18.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DDE264 (or 0xDDE264) is known color: Goldenrod. HEX triplet: DD, E2 and 64. RGB value is (221,226,100). Sum of RGB (Red+Green+Blue) = 221+226+100=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE264 is #221D9B. Grayscale: #D2D2D2. Windows color (decimal): -2235804 or 6611677. OLE color: 6611677.

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

Color convert

RGB 221 226 100 -
CMYK 0.02 0 0.56 0.11
HSL 62.38º 0.68% 0.64% -
HSV(B) 62.38º 0.56% 0.89% -
XYZ 59.32 70.68 22.57 -
YUV 210.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 221 226 100 0.02 0 0.56 0.11 62.38 0.68 0.64
Hex DD E2 64 2 0 38 B 3E 44 40
Octal 335 342 144 2 0 70 13 76 104 100
Binary 11011101 11100010 1100100 10 0 111000 1011 111110 1000100 1000000

Color Harmonies of #DDE264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE264

Black with #DDE264

Text Example


Text Example

White with #DDE264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE264; }

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

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

background-color css

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

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

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

border-color css

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

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

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