Html Css Color HEX #FFDC1B Lemon

📋 copy color: '#FFDC1B'

red 255 ◦ green 220 ◦ blue 27

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

Shades of Lemon #FFDC1B

Tints of Lemon #FFDC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.38%

R = 50.8%
G = 43.82%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFDC1B (or 0xFFDC1B) is known color: Lemon. HEX triplet: FF, DC and 1B. RGB value is (255,220,27). Sum of RGB (Red+Green+Blue) = 255+220+27=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC1B is #0023E4. Grayscale: #D1D1D1. Windows color (decimal): -9189 or 1826047. OLE color: 1826047.

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

Color convert

RGB 255 220 27 -
CMYK 0 0.14 0.89 0
HSL 50.79º 1% 0.55% -
HSV(B) 50.79º 0.89% 1% -
XYZ 67.03 72.53 11.5 -
YUV 208.46 25.6 161.19 -
System Red Green Blue C M Y K H S L
Decimal 255 220 27 0 0.14 0.89 0 50.79 1 0.55
Hex FF DC 1B 0 E 59 0 33 64 37
Octal 377 334 33 0 16 131 0 63 144 67
Binary 11111111 11011100 11011 0 1110 1011001 0 110011 1100100 110111

Color Harmonies of #FFDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC1B

Black with #FFDC1B

Text Example


Text Example

White with #FFDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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