Html Css Color HEX #DDE166 Goldenrod

📋 copy color: '#DDE166'

red 221 ◦ green 225 ◦ blue 102

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

Shades of Goldenrod #DDE166

Tints of Goldenrod #DDE166

RGB

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

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

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

R = 40.33%
G = 41.06%
B = 18.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#DDE166 (or 0xDDE166) is known color: Goldenrod. HEX triplet: DD, E1 and 66. RGB value is (221,225,102). Sum of RGB (Red+Green+Blue) = 221+225+102=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE166 is #221E99. Grayscale: #D2D2D2. Windows color (decimal): -2236058 or 6742493. OLE color: 6742493.

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

Color convert

RGB 221 225 102 -
CMYK 0.02 0 0.55 0.12
HSL 61.95º 0.67% 0.64% -
HSV(B) 61.95º 0.55% 0.88% -
XYZ 59.14 70.18 23 -
YUV 209.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 221 225 102 0.02 0 0.55 0.12 61.95 0.67 0.64
Hex DD E1 66 2 0 37 C 3E 43 40
Octal 335 341 146 2 0 67 14 76 103 100
Binary 11011101 11100001 1100110 10 0 110111 1100 111110 1000011 1000000

Color Harmonies of #DDE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE166

Black with #DDE166

Text Example


Text Example

White with #DDE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE166; }

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

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

background-color css

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

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

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

border-color css

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

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

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