Html Css Color HEX #DDDB02 Golden Yellow

📋 copy color: '#DDDB02'

red 221 ◦ green 219 ◦ blue 2

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

Shades of Golden Yellow #DDDB02

Tints of Golden Yellow #DDDB02

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

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

R = 50%
G = 49.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDDB02 (or 0xDDDB02) is known color: Golden Yellow. HEX triplet: DD, DB and 02. RGB value is (221,219,2). Sum of RGB (Red+Green+Blue) = 221+219+2=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB02 is #2224FD. Grayscale: #C3C3C3. Windows color (decimal): -2237694 or 187357. OLE color: 187357.

HSL color Cylindrical-coordinate representation of color #DDDB02: hue angle of 59.45º 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 #DDDB02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 2 -
CMYK 0 0.01 0.99 0.13
HSL 59.45º 0.98% 0.44% -
HSV(B) 59.45º 0.99% 0.87% -
XYZ 55.16 66.04 9.9 -
YUV 194.86 19.16 146.64 -
System Red Green Blue C M Y K H S L
Decimal 221 219 2 0 0.01 0.99 0.13 59.45 0.98 0.44
Hex DD DB 2 0 1 63 D 3B 62 2C
Octal 335 333 2 0 1 143 15 73 142 54
Binary 11011101 11011011 10 0 1 1100011 1101 111011 1100010 101100

Color Harmonies of #DDDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB02

Black with #DDDB02

Text Example


Text Example

White with #DDDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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