Html Css Color HEX #FDD706 Gold

📋 copy color: '#FDD706'

red 253 ◦ green 215 ◦ blue 6

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

Shades of Gold #FDD706

Tints of Gold #FDD706

RGB

 RED value IS 253 (99.22% from 255) = 53.38%

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 53.38%
G = 45.36%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD706 (or 0xFDD706) is known color: Gold. HEX triplet: FD, D7 and 06. RGB value is (253,215,6). Sum of RGB (Red+Green+Blue) = 253+215+6=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD706 is #0228F9. Grayscale: #CBCBCB. Windows color (decimal): -141562 or 448509. OLE color: 448509.

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

Color convert

RGB 253 215 6 -
CMYK 0 0.15 0.98 0.01
HSL 50.77º 0.98% 0.51% -
HSV(B) 50.77º 0.98% 0.99% -
XYZ 64.84 69.5 10.17 -
YUV 202.54 17.09 163.99 -
System Red Green Blue C M Y K H S L
Decimal 253 215 6 0 0.15 0.98 0.01 50.77 0.98 0.51
Hex FD D7 6 0 F 62 1 33 62 33
Octal 375 327 6 0 17 142 1 63 142 63
Binary 11111101 11010111 110 0 1111 1100010 1 110011 1100010 110011

Color Harmonies of #FDD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD706

Black with #FDD706

Text Example


Text Example

White with #FDD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD706; }

 p { color: rgb(253,215,6); }

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

background-color css

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

 a { background-color: rgb(253,215,6); }

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

border-color css

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

 span { border-color: rgb(253,215,6); }

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