Html Css Color HEX #DBDC06 Bird Flower

📋 copy color: '#DBDC06'

red 219 ◦ green 220 ◦ blue 6

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

Shades of Bird Flower #DBDC06

Tints of Bird Flower #DBDC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 49.21%
G = 49.44%
B = 1.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBDC06 (or 0xDBDC06) is known color: Bird Flower. HEX triplet: DB, DC and 06. RGB value is (219,220,6). Sum of RGB (Red+Green+Blue) = 219+220+6=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC06 is #2423F9. Grayscale: #C4C4C4. Windows color (decimal): -2368506 or 449755. OLE color: 449755.

HSL color Cylindrical-coordinate representation of color #DBDC06: hue angle of 60.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBDC06 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 6 -
CMYK 0.00 0 0.97 0.14
HSL 60.28º 0.95% 0.44% -
HSV(B) 60.28º 0.97% 0.86% -
XYZ 54.84 66.26 10.07 -
YUV 195.31 21.17 144.9 -
System Red Green Blue C M Y K H S L
Decimal 219 220 6 0.00 0 0.97 0.14 60.28 0.95 0.44
Hex DB DC 6 0 0 61 E 3C 5F 2C
Octal 333 334 6 0 0 141 16 74 137 54
Binary 11011011 11011100 110 0 0 1100001 1110 111100 1011111 101100

Color Harmonies of #DBDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC06

Black with #DBDC06

Text Example


Text Example

White with #DBDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC06; }

 p { color: rgb(219,220,6); }

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

background-color css

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

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

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

border-color css

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

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

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