Html Css Color HEX #DDE165 Goldenrod

📋 copy color: '#DDE165'

red 221 ◦ green 225 ◦ blue 101

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

Shades of Goldenrod #DDE165

Tints of Goldenrod #DDE165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 40.4%
G = 41.13%
B = 18.46%

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

#DDE165 (or 0xDDE165) is known color: Goldenrod. HEX triplet: DD, E1 and 65. RGB value is (221,225,101). Sum of RGB (Red+Green+Blue) = 221+225+101=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE165 is #221E9A. Grayscale: #D2D2D2. Windows color (decimal): -2236059 or 6676957. OLE color: 6676957.

HSL color Cylindrical-coordinate representation of color #DDE165: hue angle of 61.94º 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 #DDE165 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 101 -
CMYK 0.02 0 0.55 0.12
HSL 61.94º 0.67% 0.64% -
HSV(B) 61.94º 0.55% 0.88% -
XYZ 59.09 70.16 22.74 -
YUV 209.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 221 225 101 0.02 0 0.55 0.12 61.94 0.67 0.64
Hex DD E1 65 2 0 37 C 3E 43 40
Octal 335 341 145 2 0 67 14 76 103 100
Binary 11011101 11100001 1100101 10 0 110111 1100 111110 1000011 1000000

Color Harmonies of #DDE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE165

Black with #DDE165

Text Example


Text Example

White with #DDE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE165; }

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

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

background-color css

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

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

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

border-color css

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

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

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