#ffdb21

Color #FFDB21 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FFDB21

Tints of Turbo #FFDB21

Color information

#FFDB21 (or 0xFFDB21) is unknown color: approx Turbo. HEX triplet: FF, DB and 21. RGB value is (255,219,33). Sum of RGB (Red+Green+Blue) = 255+219+33=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 33 (13.28% from 255 or 6.51% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB21 is #0024DE. Grayscale: #D1D1D1. Windows color (decimal): -9439 or 2219007. OLE color: 2219007.

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

Color convert

RGB25521933-
CMYK00.140.870
HSL50.27º100%56.47%-
HSV(B)50.27º87.06%100%-
XYZ66.8572.0311.82-
YUV208.5628.93161.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 33 (13.28% from 255) = 6.51%
R=50.30%
G=43.20%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552193300.140.87050.2710056.47
HexFFDB210E570326438
Octal3773334101612706214470
Binary111111111101101110000101110101011101100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffdb21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffdb21; }

 p { color: rgb(255,219,33); }

 H1.HeaderClassName
 {
   color: #ffdb21;
 }
 .AnyTagClassName
 {
   color: #ffdb21;
 }
</style>
background-color css

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

 a { background-color: rgb(255,219,33); }

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

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

 span { border-color: rgb(255,219,33); }

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