Html Css Color HEX #FFDD00 Golden Yellow

📋 copy color: '#FFDD00'

red 255 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #FFDD00

Tints of Golden Yellow #FFDD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.57%
G = 46.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFDD00 (or 0xFFDD00) is known color: Golden Yellow. HEX triplet: FF, DD and 00. RGB value is (255,221,0). Sum of RGB (Red+Green+Blue) = 255+221+0=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD00 is #0022FF. Grayscale: #CECECE. Windows color (decimal): -8960 or 56831. OLE color: 56831.

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

Color convert

RGB 255 221 0 -
CMYK 0 0.13 1 0
HSL 52º 1% 0.5% -
HSV(B) 52º 1% 1% -
XYZ 67.1 72.97 10.55 -
YUV 205.97 11.76 162.97 -
System Red Green Blue C M Y K H S L
Decimal 255 221 0 0 0.13 1 0 52 1 0.5
Hex FF DD 0 0 D 64 0 34 64 32
Octal 377 335 0 0 15 144 0 64 144 62
Binary 11111111 11011101 0 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FFDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD00

Black with #FFDD00

Text Example


Text Example

White with #FFDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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