Html Css Color HEX #DBDB01 Bird Flower

📋 copy color: '#DBDB01'

red 219 ◦ green 219 ◦ blue 1

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

Shades of Bird Flower #DBDB01

Tints of Bird Flower #DBDB01

RGB

 RED value IS 219 (85.94% from 255) = 49.89%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 49.89%
G = 49.89%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBDB01 (or 0xDBDB01) is known color: Bird Flower. HEX triplet: DB, DB and 01. RGB value is (219,219,1). Sum of RGB (Red+Green+Blue) = 219+219+1=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB01 is #2424FE. Grayscale: #C3C3C3. Windows color (decimal): -2368767 or 121819. OLE color: 121819.

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

Color convert

RGB 219 219 1 -
CMYK 0 0 1.00 0.14
HSL 60º 0.99% 0.43% -
HSV(B) 60º 1% 0.86% -
XYZ 54.55 65.73 9.84 -
YUV 194.15 19 145.73 -
System Red Green Blue C M Y K H S L
Decimal 219 219 1 0 0 1.00 0.14 60 0.99 0.43
Hex DB DB 1 0 0 64 E 3C 63 2B
Octal 333 333 1 0 0 144 16 74 143 53
Binary 11011011 11011011 1 0 0 1100100 1110 111100 1100011 101011

Color Harmonies of #DBDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB01

Black with #DBDB01

Text Example


Text Example

White with #DBDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB01; }

 p { color: rgb(219,219,1); }

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

background-color css

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

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

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

border-color css

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

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

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