Html Css Color HEX #FFDD01 Golden Yellow

📋 copy color: '#FFDD01'

red 255 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #FFDD01

Tints of Golden Yellow #FFDD01

RGB

 RED value IS 255 (100% from 255) = 53.46%

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 53.46%
G = 46.33%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFDD01 (or 0xFFDD01) is known color: Golden Yellow. HEX triplet: FF, DD and 01. RGB value is (255,221,1). Sum of RGB (Red+Green+Blue) = 255+221+1=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD01 is #0022FE. Grayscale: #CFCFCF. Windows color (decimal): -8959 or 122367. OLE color: 122367.

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

Color convert

RGB 255 221 1 -
CMYK 0 0.13 1.00 0
HSL 51.97º 1% 0.5% -
HSV(B) 51.97º 1% 1% -
XYZ 67.1 72.98 10.58 -
YUV 206.09 12.26 162.89 -
System Red Green Blue C M Y K H S L
Decimal 255 221 1 0 0.13 1.00 0 51.97 1 0.5
Hex FF DD 1 0 D 64 0 34 64 32
Octal 377 335 1 0 15 144 0 64 144 62
Binary 11111111 11011101 1 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FFDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD01

Black with #FFDD01

Text Example


Text Example

White with #FFDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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