Html Css Color HEX #DDE168 Goldenrod

📋 copy color: '#DDE168'

red 221 ◦ green 225 ◦ blue 104

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

Shades of Goldenrod #DDE168

Tints of Goldenrod #DDE168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.91%

R = 40.18%
G = 40.91%
B = 18.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DDE168 (or 0xDDE168) is known color: Goldenrod. HEX triplet: DD, E1 and 68. RGB value is (221,225,104). Sum of RGB (Red+Green+Blue) = 221+225+104=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE168 is #221E97. Grayscale: #D2D2D2. Windows color (decimal): -2236056 or 6873565. OLE color: 6873565.

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

Color convert

RGB 221 225 104 -
CMYK 0.02 0 0.54 0.12
HSL 61.98º 0.67% 0.65% -
HSV(B) 61.98º 0.54% 0.88% -
XYZ 59.24 70.22 23.53 -
YUV 210.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 221 225 104 0.02 0 0.54 0.12 61.98 0.67 0.65
Hex DD E1 68 2 0 36 C 3E 43 41
Octal 335 341 150 2 0 66 14 76 103 101
Binary 11011101 11100001 1101000 10 0 110110 1100 111110 1000011 1000001

Color Harmonies of #DDE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE168

Black with #DDE168

Text Example


Text Example

White with #DDE168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE168; }

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

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

background-color css

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

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

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

border-color css

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

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

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