Html Css Color HEX #DDDB03 Golden Yellow

📋 copy color: '#DDDB03'

red 221 ◦ green 219 ◦ blue 3

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

Shades of Golden Yellow #DDDB03

Tints of Golden Yellow #DDDB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 49.89%
G = 49.44%
B = 0.68%

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

#DDDB03 (or 0xDDDB03) is known color: Golden Yellow. HEX triplet: DD, DB and 03. RGB value is (221,219,3). Sum of RGB (Red+Green+Blue) = 221+219+3=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB03 is #2224FC. Grayscale: #C3C3C3. Windows color (decimal): -2237693 or 252893. OLE color: 252893.

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

Color convert

RGB 221 219 3 -
CMYK 0 0.01 0.99 0.13
HSL 59.45º 0.97% 0.44% -
HSV(B) 59.45º 0.99% 0.87% -
XYZ 55.17 66.04 9.93 -
YUV 194.97 19.66 146.56 -
System Red Green Blue C M Y K H S L
Decimal 221 219 3 0 0.01 0.99 0.13 59.45 0.97 0.44
Hex DD DB 3 0 1 63 D 3B 61 2C
Octal 335 333 3 0 1 143 15 73 141 54
Binary 11011101 11011011 11 0 1 1100011 1101 111011 1100001 101100

Color Harmonies of #DDDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB03

Black with #DDDB03

Text Example


Text Example

White with #DDDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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