Html Css Color HEX #FFDD1B Lemon

📋 copy color: '#FFDD1B'

red 255 ◦ green 221 ◦ blue 27

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

Shades of Lemon #FFDD1B

Tints of Lemon #FFDD1B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 50.7%
G = 43.94%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFDD1B (or 0xFFDD1B) is known color: Lemon. HEX triplet: FF, DD and 1B. RGB value is (255,221,27). Sum of RGB (Red+Green+Blue) = 255+221+27=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD1B is #0022E4. Grayscale: #D1D1D1. Windows color (decimal): -8933 or 1826303. OLE color: 1826303.

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

Color convert

RGB 255 221 27 -
CMYK 0 0.13 0.89 0
HSL 51.05º 1% 0.55% -
HSV(B) 51.05º 0.89% 1% -
XYZ 67.29 73.05 11.59 -
YUV 209.05 25.26 160.77 -
System Red Green Blue C M Y K H S L
Decimal 255 221 27 0 0.13 0.89 0 51.05 1 0.55
Hex FF DD 1B 0 D 59 0 33 64 37
Octal 377 335 33 0 15 131 0 63 144 67
Binary 11111111 11011101 11011 0 1101 1011001 0 110011 1100100 110111

Color Harmonies of #FFDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD1B

Black with #FFDD1B

Text Example


Text Example

White with #FFDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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