Html Css Color HEX #DDDA01 Golden Yellow

📋 copy color: '#DDDA01'

red 221 ◦ green 218 ◦ blue 1

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

Shades of Golden Yellow #DDDA01

Tints of Golden Yellow #DDDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

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

R = 50.23%
G = 49.55%
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

#DDDA01 (or 0xDDDA01) is known color: Golden Yellow. HEX triplet: DD, DA and 01. RGB value is (221,218,1). Sum of RGB (Red+Green+Blue) = 221+218+1=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA01 is #2225FE. Grayscale: #C3C3C3. Windows color (decimal): -2237951 or 121565. OLE color: 121565.

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

Color convert

RGB 221 218 1 -
CMYK 0 0.01 1.00 0.13
HSL 59.18º 0.99% 0.44% -
HSV(B) 59.18º 1% 0.87% -
XYZ 54.9 65.52 9.78 -
YUV 194.16 18.99 147.14 -
System Red Green Blue C M Y K H S L
Decimal 221 218 1 0 0.01 1.00 0.13 59.18 0.99 0.44
Hex DD DA 1 0 1 64 D 3B 63 2C
Octal 335 332 1 0 1 144 15 73 143 54
Binary 11011101 11011010 1 0 1 1100100 1101 111011 1100011 101100

Color Harmonies of #DDDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA01

Black with #DDDA01

Text Example


Text Example

White with #DDDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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