Html Css Color HEX #FFDB2B Gorse

📋 copy color: '#FFDB2B'

red 255 ◦ green 219 ◦ blue 43

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

Shades of Gorse #FFDB2B

Tints of Gorse #FFDB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 43 (17.19% from 255) = 8.32%

R = 49.32%
G = 42.36%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFDB2B (or 0xFFDB2B) is known color: Gorse. HEX triplet: FF, DB and 2B. RGB value is (255,219,43). Sum of RGB (Red+Green+Blue) = 255+219+43=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB2B is #0024D4. Grayscale: #D2D2D2. Windows color (decimal): -9429 or 2874367. OLE color: 2874367.

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

Color convert

RGB 255 219 43 -
CMYK 0 0.14 0.83 0
HSL 49.81º 1% 0.58% -
HSV(B) 49.81º 0.83% 1% -
XYZ 67.01 72.1 12.67 -
YUV 209.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 255 219 43 0 0.14 0.83 0 49.81 1 0.58
Hex FF DB 2B 0 E 53 0 32 64 3A
Octal 377 333 53 0 16 123 0 62 144 72
Binary 11111111 11011011 101011 0 1110 1010011 0 110010 1100100 111010

Color Harmonies of #FFDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB2B

Black with #FFDB2B

Text Example


Text Example

White with #FFDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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