Html Css Color HEX #FFDA3D Gorse

📋 copy color: '#FFDA3D'

red 255 ◦ green 218 ◦ blue 61

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

Shades of Gorse #FFDA3D

Tints of Gorse #FFDA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.42%

R = 47.75%
G = 40.82%
B = 11.42%

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

#FFDA3D (or 0xFFDA3D) is known color: Gorse. HEX triplet: FF, DA and 3D. RGB value is (255,218,61). Sum of RGB (Red+Green+Blue) = 255+218+61=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3D is #0025C2. Grayscale: #D3D3D3. Windows color (decimal): -9667 or 4053759. OLE color: 4053759.

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

Color convert

RGB 255 218 61 -
CMYK 0 0.15 0.76 0
HSL 48.56º 1% 0.62% -
HSV(B) 48.56º 0.76% 1% -
XYZ 67.15 71.74 14.72 -
YUV 211.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 255 218 61 0 0.15 0.76 0 48.56 1 0.62
Hex FF DA 3D 0 F 4C 0 31 64 3E
Octal 377 332 75 0 17 114 0 61 144 76
Binary 11111111 11011010 111101 0 1111 1001100 0 110001 1100100 111110

Color Harmonies of #FFDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA3D

Black with #FFDA3D

Text Example


Text Example

White with #FFDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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