Html Css Color HEX #DDE073 Goldenrod

📋 copy color: '#DDE073'

red 221 ◦ green 224 ◦ blue 115

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

Shades of Goldenrod #DDE073

Tints of Goldenrod #DDE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 39.46%
G = 40%
B = 20.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DDE073 (or 0xDDE073) is known color: Goldenrod. HEX triplet: DD, E0 and 73. RGB value is (221,224,115). Sum of RGB (Red+Green+Blue) = 221+224+115=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE073 is #221F8C. Grayscale: #D3D3D3. Windows color (decimal): -2236301 or 7594205. OLE color: 7594205.

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

Color convert

RGB 221 224 115 -
CMYK 0.01 0 0.49 0.12
HSL 61.65º 0.64% 0.66% -
HSV(B) 61.65º 0.49% 0.88% -
XYZ 59.57 69.92 26.58 -
YUV 210.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 221 224 115 0.01 0 0.49 0.12 61.65 0.64 0.66
Hex DD E0 73 1 0 31 C 3E 40 42
Octal 335 340 163 1 0 61 14 76 100 102
Binary 11011101 11100000 1110011 1 0 110001 1100 111110 1000000 1000010

Color Harmonies of #DDE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE073

Black with #DDE073

Text Example


Text Example

White with #DDE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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