Html Css Color HEX #FFDC36 Gorse

📋 copy color: '#FFDC36'

red 255 ◦ green 220 ◦ blue 54

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

Shades of Gorse #FFDC36

Tints of Gorse #FFDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.21%

R = 48.2%
G = 41.59%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFDC36 (or 0xFFDC36) is known color: Gorse. HEX triplet: FF, DC and 36. RGB value is (255,220,54). Sum of RGB (Red+Green+Blue) = 255+220+54=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 54 (21.48% from 255 or 10.21% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC36 is #0023C9. Grayscale: #D4D4D4. Windows color (decimal): -9162 or 3595519. OLE color: 3595519.

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

Color convert

RGB 255 220 54 -
CMYK 0 0.14 0.79 0
HSL 49.55º 1% 0.61% -
HSV(B) 49.55º 0.79% 1% -
XYZ 67.5 72.71 13.97 -
YUV 211.54 39.1 159 -
System Red Green Blue C M Y K H S L
Decimal 255 220 54 0 0.14 0.79 0 49.55 1 0.61
Hex FF DC 36 0 E 4F 0 32 64 3D
Octal 377 334 66 0 16 117 0 62 144 75
Binary 11111111 11011100 110110 0 1110 1001111 0 110010 1100100 111101

Color Harmonies of #FFDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC36

Black with #FFDC36

Text Example


Text Example

White with #FFDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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