Html Css Color HEX #FFDA3C Gorse

📋 copy color: '#FFDA3C'

red 255 ◦ green 218 ◦ blue 60

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

Shades of Gorse #FFDA3C

Tints of Gorse #FFDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

 BLUE value IS 60 (23.83% from 255) = 11.26%

R = 47.84%
G = 40.9%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFDA3C (or 0xFFDA3C) is known color: Gorse. HEX triplet: FF, DA and 3C. RGB value is (255,218,60). Sum of RGB (Red+Green+Blue) = 255+218+60=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3C is #0025C3. Grayscale: #D3D3D3. Windows color (decimal): -9668 or 3988223. OLE color: 3988223.

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

Color convert

RGB 255 218 60 -
CMYK 0 0.15 0.76 0
HSL 48.62º 1% 0.62% -
HSV(B) 48.62º 0.76% 1% -
XYZ 67.13 71.73 14.58 -
YUV 211.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 255 218 60 0 0.15 0.76 0 48.62 1 0.62
Hex FF DA 3C 0 F 4C 0 31 64 3E
Octal 377 332 74 0 17 114 0 61 144 76
Binary 11111111 11011010 111100 0 1111 1001100 0 110001 1100100 111110

Color Harmonies of #FFDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA3C

Black with #FFDA3C

Text Example


Text Example

White with #FFDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA3C; }

 p { color: rgb(255,218,60); }

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

background-color css

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

 a { background-color: rgb(255,218,60); }

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

border-color css

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

 span { border-color: rgb(255,218,60); }

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