Html Css Color HEX #DDE070 Goldenrod

📋 copy color: '#DDE070'

red 221 ◦ green 224 ◦ blue 112

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

Shades of Goldenrod #DDE070

Tints of Goldenrod #DDE070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 39.68%
G = 40.22%
B = 20.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#DDE070 (or 0xDDE070) is known color: Goldenrod. HEX triplet: DD, E0 and 70. RGB value is (221,224,112). Sum of RGB (Red+Green+Blue) = 221+224+112=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE070 is #221F8F. Grayscale: #D2D2D2. Windows color (decimal): -2236304 or 7397597. OLE color: 7397597.

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

Color convert

RGB 221 224 112 -
CMYK 0.01 0 0.50 0.12
HSL 61.61º 0.64% 0.66% -
HSV(B) 61.61º 0.5% 0.88% -
XYZ 59.4 69.85 25.68 -
YUV 210.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 221 224 112 0.01 0 0.50 0.12 61.61 0.64 0.66
Hex DD E0 70 1 0 32 C 3E 40 42
Octal 335 340 160 1 0 62 14 76 100 102
Binary 11011101 11100000 1110000 1 0 110010 1100 111110 1000000 1000010

Color Harmonies of #DDE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE070

Black with #DDE070

Text Example


Text Example

White with #DDE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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