Html Css Color HEX #FDD30C Gold

📋 copy color: '#FDD30C'

red 253 ◦ green 211 ◦ blue 12

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

Shades of Gold #FDD30C

Tints of Gold #FDD30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 53.15%
G = 44.33%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDD30C (or 0xFDD30C) is known color: Gold. HEX triplet: FD, D3 and 0C. RGB value is (253,211,12). Sum of RGB (Red+Green+Blue) = 253+211+12=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD30C is #022CF3. Grayscale: #C9C9C9. Windows color (decimal): -142580 or 840701. OLE color: 840701.

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

Color convert

RGB 253 211 12 -
CMYK 0 0.17 0.95 0.01
HSL 49.54º 0.98% 0.52% -
HSV(B) 49.54º 0.95% 0.99% -
XYZ 63.87 67.5 10.01 -
YUV 200.87 21.41 165.18 -
System Red Green Blue C M Y K H S L
Decimal 253 211 12 0 0.17 0.95 0.01 49.54 0.98 0.52
Hex FD D3 C 0 11 5F 1 32 62 34
Octal 375 323 14 0 21 137 1 62 142 64
Binary 11111101 11010011 1100 0 10001 1011111 1 110010 1100010 110100

Color Harmonies of #FDD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD30C

Black with #FDD30C

Text Example


Text Example

White with #FDD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD30C; }

 p { color: rgb(253,211,12); }

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

background-color css

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

 a { background-color: rgb(253,211,12); }

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

border-color css

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

 span { border-color: rgb(253,211,12); }

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