Html Css Color HEX #FFDC32 Gorse

📋 copy color: '#FFDC32'

red 255 ◦ green 220 ◦ blue 50

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

Shades of Gorse #FFDC32

Tints of Gorse #FFDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.52%

R = 48.57%
G = 41.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFDC32 (or 0xFFDC32) is known color: Gorse. HEX triplet: FF, DC and 32. RGB value is (255,220,50). Sum of RGB (Red+Green+Blue) = 255+220+50=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC32 is #0023CD. Grayscale: #D3D3D3. Windows color (decimal): -9166 or 3333375. OLE color: 3333375.

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

Color convert

RGB 255 220 50 -
CMYK 0 0.14 0.80 0
HSL 49.76º 1% 0.6% -
HSV(B) 49.76º 0.8% 1% -
XYZ 67.41 72.68 13.49 -
YUV 211.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 255 220 50 0 0.14 0.80 0 49.76 1 0.6
Hex FF DC 32 0 E 50 0 32 64 3C
Octal 377 334 62 0 16 120 0 62 144 74
Binary 11111111 11011100 110010 0 1110 1010000 0 110010 1100100 111100

Color Harmonies of #FFDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC32

Black with #FFDC32

Text Example


Text Example

White with #FFDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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