Html Css Color HEX #DDDB01 Golden Yellow

📋 copy color: '#DDDB01'

red 221 ◦ green 219 ◦ blue 1

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

Shades of Golden Yellow #DDDB01

Tints of Golden Yellow #DDDB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.11%
G = 49.66%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDDB01 (or 0xDDDB01) is known color: Golden Yellow. HEX triplet: DD, DB and 01. RGB value is (221,219,1). Sum of RGB (Red+Green+Blue) = 221+219+1=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB01 is #2224FE. Grayscale: #C3C3C3. Windows color (decimal): -2237695 or 121821. OLE color: 121821.

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

Color convert

RGB 221 219 1 -
CMYK 0 0.01 1.00 0.13
HSL 59.45º 0.99% 0.44% -
HSV(B) 59.45º 1% 0.87% -
XYZ 55.16 66.04 9.87 -
YUV 194.75 18.66 146.73 -
System Red Green Blue C M Y K H S L
Decimal 221 219 1 0 0.01 1.00 0.13 59.45 0.99 0.44
Hex DD DB 1 0 1 64 D 3B 63 2C
Octal 335 333 1 0 1 144 15 73 143 54
Binary 11011101 11011011 1 0 1 1100100 1101 111011 1100011 101100

Color Harmonies of #DDDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB01

Black with #DDDB01

Text Example


Text Example

White with #DDDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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