Html Css Color HEX #DDDC04 Golden Yellow

📋 copy color: '#DDDC04'

red 221 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #DDDC04

Tints of Golden Yellow #DDDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.44%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 49.66%
G = 49.44%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDDC04 (or 0xDDDC04) is known color: Golden Yellow. HEX triplet: DD, DC and 04. RGB value is (221,220,4). Sum of RGB (Red+Green+Blue) = 221+220+4=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC04 is #2223FB. Grayscale: #C4C4C4. Windows color (decimal): -2237436 or 318685. OLE color: 318685.

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

Color convert

RGB 221 220 4 -
CMYK 0 0.00 0.98 0.13
HSL 59.72º 0.96% 0.44% -
HSV(B) 59.72º 0.98% 0.87% -
XYZ 55.43 66.57 10.04 -
YUV 195.68 19.83 146.06 -
System Red Green Blue C M Y K H S L
Decimal 221 220 4 0 0.00 0.98 0.13 59.72 0.96 0.44
Hex DD DC 4 0 0 62 D 3C 60 2C
Octal 335 334 4 0 0 142 15 74 140 54
Binary 11011101 11011100 100 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DDDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC04

Black with #DDDC04

Text Example


Text Example

White with #DDDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC04; }

 p { color: rgb(221,220,4); }

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

background-color css

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

 a { background-color: rgb(221,220,4); }

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

border-color css

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

 span { border-color: rgb(221,220,4); }

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