Html Css Color HEX #FFDC2F Gorse

📋 copy color: '#FFDC2F'

red 255 ◦ green 220 ◦ blue 47

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

Shades of Gorse #FFDC2F

Tints of Gorse #FFDC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9%

R = 48.85%
G = 42.15%
B = 9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDC2F (or 0xFFDC2F) is known color: Gorse. HEX triplet: FF, DC and 2F. RGB value is (255,220,47). Sum of RGB (Red+Green+Blue) = 255+220+47=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC2F is #0023D0. Grayscale: #D3D3D3. Windows color (decimal): -9169 or 3136767. OLE color: 3136767.

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

Color convert

RGB 255 220 47 -
CMYK 0 0.14 0.82 0
HSL 49.9º 1% 0.59% -
HSV(B) 49.9º 0.82% 1% -
XYZ 67.35 72.65 13.16 -
YUV 210.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 255 220 47 0 0.14 0.82 0 49.9 1 0.59
Hex FF DC 2F 0 E 52 0 32 64 3B
Octal 377 334 57 0 16 122 0 62 144 73
Binary 11111111 11011100 101111 0 1110 1010010 0 110010 1100100 111011

Color Harmonies of #FFDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC2F

Black with #FFDC2F

Text Example


Text Example

White with #FFDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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