Html Css Color HEX #FFDE00 Golden Yellow

📋 copy color: '#FFDE00'

red 255 ◦ green 222 ◦ blue 0

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

Shades of Golden Yellow #FFDE00

Tints of Golden Yellow #FFDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.54%

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

R = 53.46%
G = 46.54%
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

#FFDE00 (or 0xFFDE00) is known color: Golden Yellow. HEX triplet: FF, DE and 00. RGB value is (255,222,0). Sum of RGB (Red+Green+Blue) = 255+222+0=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE00 is #0021FF. Grayscale: #CFCFCF. Windows color (decimal): -8704 or 57087. OLE color: 57087.

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

Color convert

RGB 255 222 0 -
CMYK 0 0.13 1 0
HSL 52.24º 1% 0.5% -
HSV(B) 52.24º 1% 1% -
XYZ 67.36 73.5 10.64 -
YUV 206.56 11.43 162.55 -
System Red Green Blue C M Y K H S L
Decimal 255 222 0 0 0.13 1 0 52.24 1 0.5
Hex FF DE 0 0 D 64 0 34 64 32
Octal 377 336 0 0 15 144 0 64 144 62
Binary 11111111 11011110 0 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FFDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE00

Black with #FFDE00

Text Example


Text Example

White with #FFDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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