Html Css Color HEX #FFD30E Gold

📋 copy color: '#FFD30E'

red 255 ◦ green 211 ◦ blue 14

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

Shades of Gold #FFD30E

Tints of Gold #FFD30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 53.13%
G = 43.96%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD30E (or 0xFFD30E) is known color: Gold. HEX triplet: FF, D3 and 0E. RGB value is (255,211,14). Sum of RGB (Red+Green+Blue) = 255+211+14=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD30E is #002CF1. Grayscale: #CACACA. Windows color (decimal): -11506 or 971775. OLE color: 971775.

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

Color convert

RGB 255 211 14 -
CMYK 0 0.17 0.95 0
HSL 49.05º 1% 0.53% -
HSV(B) 49.05º 0.95% 1% -
XYZ 64.61 67.88 10.11 -
YUV 201.7 22.08 166.02 -
System Red Green Blue C M Y K H S L
Decimal 255 211 14 0 0.17 0.95 0 49.05 1 0.53
Hex FF D3 E 0 11 5F 0 31 64 35
Octal 377 323 16 0 21 137 0 61 144 65
Binary 11111111 11010011 1110 0 10001 1011111 0 110001 1100100 110101

Color Harmonies of #FFD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD30E

Black with #FFD30E

Text Example


Text Example

White with #FFD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD30E; }

 p { color: rgb(255,211,14); }

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

background-color css

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

 a { background-color: rgb(255,211,14); }

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

border-color css

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

 span { border-color: rgb(255,211,14); }

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