Html Css Color HEX #FFDE06 Golden Yellow

📋 copy color: '#FFDE06'

red 255 ◦ green 222 ◦ blue 6

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

Shades of Golden Yellow #FFDE06

Tints of Golden Yellow #FFDE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 52.8%
G = 45.96%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFDE06 (or 0xFFDE06) is known color: Golden Yellow. HEX triplet: FF, DE and 06. RGB value is (255,222,6). Sum of RGB (Red+Green+Blue) = 255+222+6=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE06 is #0021F9. Grayscale: #D0D0D0. Windows color (decimal): -8698 or 450303. OLE color: 450303.

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

Color convert

RGB 255 222 6 -
CMYK 0 0.13 0.98 0
HSL 52.05º 1% 0.51% -
HSV(B) 52.05º 0.98% 1% -
XYZ 67.39 73.52 10.81 -
YUV 207.24 14.43 162.06 -
System Red Green Blue C M Y K H S L
Decimal 255 222 6 0 0.13 0.98 0 52.05 1 0.51
Hex FF DE 6 0 D 62 0 34 64 33
Octal 377 336 6 0 15 142 0 64 144 63
Binary 11111111 11011110 110 0 1101 1100010 0 110100 1100100 110011

Color Harmonies of #FFDE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE06

Black with #FFDE06

Text Example


Text Example

White with #FFDE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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