Html Css Color HEX #FFD20B Gold

📋 copy color: '#FFD20B'

red 255 ◦ green 210 ◦ blue 11

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

Shades of Gold #FFD20B

Tints of Gold #FFD20B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

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

R = 53.57%
G = 44.12%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFD20B (or 0xFFD20B) is known color: Gold. HEX triplet: FF, D2 and 0B. RGB value is (255,210,11). Sum of RGB (Red+Green+Blue) = 255+210+11=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD20B is #002DF4. Grayscale: #C9C9C9. Windows color (decimal): -11765 or 774911. OLE color: 774911.

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

Color convert

RGB 255 210 11 -
CMYK 0 0.18 0.96 0
HSL 48.93º 1% 0.52% -
HSV(B) 48.93º 0.96% 1% -
XYZ 64.35 67.38 9.93 -
YUV 200.77 20.91 166.68 -
System Red Green Blue C M Y K H S L
Decimal 255 210 11 0 0.18 0.96 0 48.93 1 0.52
Hex FF D2 B 0 12 60 0 31 64 34
Octal 377 322 13 0 22 140 0 61 144 64
Binary 11111111 11010010 1011 0 10010 1100000 0 110001 1100100 110100

Color Harmonies of #FFD20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD20B

Black with #FFD20B

Text Example


Text Example

White with #FFD20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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