Html Css Color HEX #FFDE0B Golden Yellow

📋 copy color: '#FFDE0B'

red 255 ◦ green 222 ◦ blue 11

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

Shades of Golden Yellow #FFDE0B

Tints of Golden Yellow #FFDE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.25%

R = 52.25%
G = 45.49%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFDE0B (or 0xFFDE0B) is known color: Golden Yellow. HEX triplet: FF, DE and 0B. RGB value is (255,222,11). Sum of RGB (Red+Green+Blue) = 255+222+11=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE0B is #0021F4. Grayscale: #D0D0D0. Windows color (decimal): -8693 or 777983. OLE color: 777983.

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

Color convert

RGB 255 222 11 -
CMYK 0 0.13 0.96 0
HSL 51.89º 1% 0.52% -
HSV(B) 51.89º 0.96% 1% -
XYZ 67.42 73.53 10.96 -
YUV 207.81 16.93 161.66 -
System Red Green Blue C M Y K H S L
Decimal 255 222 11 0 0.13 0.96 0 51.89 1 0.52
Hex FF DE B 0 D 60 0 34 64 34
Octal 377 336 13 0 15 140 0 64 144 64
Binary 11111111 11011110 1011 0 1101 1100000 0 110100 1100100 110100

Color Harmonies of #FFDE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE0B

Black with #FFDE0B

Text Example


Text Example

White with #FFDE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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