Html Css Color HEX #DDDC02 Golden Yellow

📋 copy color: '#DDDC02'

red 221 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #DDDC02

Tints of Golden Yellow #DDDC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 49.89%
G = 49.66%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDDC02 (or 0xDDDC02) is known color: Golden Yellow. HEX triplet: DD, DC and 02. RGB value is (221,220,2). Sum of RGB (Red+Green+Blue) = 221+220+2=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC02 is #2223FD. Grayscale: #C4C4C4. Windows color (decimal): -2237438 or 187613. OLE color: 187613.

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

Color convert

RGB 221 220 2 -
CMYK 0 0.00 0.99 0.13
HSL 59.73º 0.98% 0.44% -
HSV(B) 59.73º 0.99% 0.87% -
XYZ 55.42 66.56 9.98 -
YUV 195.45 18.83 146.23 -
System Red Green Blue C M Y K H S L
Decimal 221 220 2 0 0.00 0.99 0.13 59.73 0.98 0.44
Hex DD DC 2 0 0 63 D 3C 62 2C
Octal 335 334 2 0 0 143 15 74 142 54
Binary 11011101 11011100 10 0 0 1100011 1101 111100 1100010 101100

Color Harmonies of #DDDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC02

Black with #DDDC02

Text Example


Text Example

White with #DDDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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