Html Css Color HEX #FFDC3D Gorse

📋 copy color: '#FFDC3D'

red 255 ◦ green 220 ◦ blue 61

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

Shades of Gorse #FFDC3D

Tints of Gorse #FFDC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 47.57%
G = 41.04%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFDC3D (or 0xFFDC3D) is known color: Gorse. HEX triplet: FF, DC and 3D. RGB value is (255,220,61). Sum of RGB (Red+Green+Blue) = 255+220+61=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 61 (24.22% from 255 or 11.38% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC3D is #0023C2. Grayscale: #D5D5D5. Windows color (decimal): -9155 or 4054271. OLE color: 4054271.

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

Color convert

RGB 255 220 61 -
CMYK 0 0.14 0.76 0
HSL 49.18º 1% 0.62% -
HSV(B) 49.18º 0.76% 1% -
XYZ 67.68 72.78 14.9 -
YUV 212.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 255 220 61 0 0.14 0.76 0 49.18 1 0.62
Hex FF DC 3D 0 E 4C 0 31 64 3E
Octal 377 334 75 0 16 114 0 61 144 76
Binary 11111111 11011100 111101 0 1110 1001100 0 110001 1100100 111110

Color Harmonies of #FFDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC3D

Black with #FFDC3D

Text Example


Text Example

White with #FFDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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