Html Css Color HEX #FFDC33 Gorse

📋 copy color: '#FFDC33'

red 255 ◦ green 220 ◦ blue 51

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

Shades of Gorse #FFDC33

Tints of Gorse #FFDC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.7%

R = 48.48%
G = 41.83%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FFDC33 (or 0xFFDC33) is known color: Gorse. HEX triplet: FF, DC and 33. RGB value is (255,220,51). Sum of RGB (Red+Green+Blue) = 255+220+51=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC33 is #0023CC. Grayscale: #D3D3D3. Windows color (decimal): -9165 or 3398911. OLE color: 3398911.

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

Color convert

RGB 255 220 51 -
CMYK 0 0.14 0.8 0
HSL 49.71º 1% 0.6% -
HSV(B) 49.71º 0.8% 1% -
XYZ 67.43 72.69 13.61 -
YUV 211.2 37.6 159.24 -
System Red Green Blue C M Y K H S L
Decimal 255 220 51 0 0.14 0.8 0 49.71 1 0.6
Hex FF DC 33 0 E 50 0 32 64 3C
Octal 377 334 63 0 16 120 0 62 144 74
Binary 11111111 11011100 110011 0 1110 1010000 0 110010 1100100 111100

Color Harmonies of #FFDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC33

Black with #FFDC33

Text Example


Text Example

White with #FFDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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