#DDED0D

Color #DDED0D Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DDED0D

Tints of Chartreuse Yellow #DDED0D

Color information

#DDED0D (or 0xDDED0D) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, ED and 0D. RGB value is (221,237,13). Sum of RGB (Red+Green+Blue) = 221+237+13=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED0D is #2212F2. Grayscale: #CFCFCF. Windows color (decimal): -2233075 or 912861. OLE color: 912861.

HSL color Cylindrical-coordinate representation of color #DDED0D: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDED0D is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB22123713-
CMYK0.0700.950.07
HSL64.29º89.6%49.02%-
HSV(B)64.29º94.51%92.94%-
XYZ60.1875.9711.87-
YUV206.6818.7138.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 237 (92.97% from 255) = 50.32%
BLUE value IS 13 (5.47% from 255) = 2.76%
R=46.92%
G=50.32%
B=2.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221237130.0700.950.0764.2989.649.02
HexDDEDD705F7405a31
Octal3353551570137710013261
Binary110111011110110111011110101111111110000001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED0D; }

 p { color: rgb(221,237,13); }

 H1.HeaderClassName
 {
   color: #DDED0D;
 }
 .AnyTagClassName
 {
   color: #DDED0D;
 }
</style>
background-color css

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

 a { background-color: rgb(221,237,13); }

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

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

 span { border-color: rgb(221,237,13); }

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