Html Css Color HEX #DDDF0A Lemon

📋 copy color: '#DDDF0A'

red 221 ◦ green 223 ◦ blue 10

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

Shades of Lemon #DDDF0A

Tints of Lemon #DDDF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.12%

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 48.68%
G = 49.12%
B = 2.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDDF0A (or 0xDDDF0A) is known color: Lemon. HEX triplet: DD, DF and 0A. RGB value is (221,223,10). Sum of RGB (Red+Green+Blue) = 221+223+10=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF0A is #2220F5. Grayscale: #C6C6C6. Windows color (decimal): -2236662 or 712669. OLE color: 712669.

HSL color Cylindrical-coordinate representation of color #DDDF0A: hue angle of 60.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDDF0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 10 -
CMYK 0.01 0 0.96 0.13
HSL 60.56º 0.91% 0.46% -
HSV(B) 60.56º 0.96% 0.87% -
XYZ 56.26 68.17 10.48 -
YUV 198.12 21.84 144.32 -
System Red Green Blue C M Y K H S L
Decimal 221 223 10 0.01 0 0.96 0.13 60.56 0.91 0.46
Hex DD DF A 1 0 60 D 3D 5B 2E
Octal 335 337 12 1 0 140 15 75 133 56
Binary 11011101 11011111 1010 1 0 1100000 1101 111101 1011011 101110

Color Harmonies of #DDDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF0A

Black with #DDDF0A

Text Example


Text Example

White with #DDDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF0A; }

 p { color: rgb(221,223,10); }

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

background-color css

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

 a { background-color: rgb(221,223,10); }

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

border-color css

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

 span { border-color: rgb(221,223,10); }

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