Html Css Color HEX #DDE076 Goldenrod

📋 copy color: '#DDE076'

red 221 ◦ green 224 ◦ blue 118

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

Shades of Goldenrod #DDE076

Tints of Goldenrod #DDE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.79%

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 39.25%
G = 39.79%
B = 20.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#DDE076 (or 0xDDE076) is known color: Goldenrod. HEX triplet: DD, E0 and 76. RGB value is (221,224,118). Sum of RGB (Red+Green+Blue) = 221+224+118=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE076 is #221F89. Grayscale: #D3D3D3. Windows color (decimal): -2236298 or 7790813. OLE color: 7790813.

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

Color convert

RGB 221 224 118 -
CMYK 0.01 0 0.47 0.12
HSL 61.7º 0.63% 0.67% -
HSV(B) 61.7º 0.47% 0.88% -
XYZ 59.74 69.99 27.5 -
YUV 211.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 221 224 118 0.01 0 0.47 0.12 61.7 0.63 0.67
Hex DD E0 76 1 0 2F C 3E 3F 43
Octal 335 340 166 1 0 57 14 76 77 103
Binary 11011101 11100000 1110110 1 0 101111 1100 111110 111111 1000011

Color Harmonies of #DDE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE076

Black with #DDE076

Text Example


Text Example

White with #DDE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE076; }

 p { color: rgb(221,224,118); }

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

background-color css

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

 a { background-color: rgb(221,224,118); }

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

border-color css

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

 span { border-color: rgb(221,224,118); }

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