Html Css Color HEX #DBD500 Bird Flower

📋 copy color: '#DBD500'

red 219 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #DBD500

Tints of Bird Flower #DBD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.69%
G = 49.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBD500 (or 0xDBD500) is known color: Bird Flower. HEX triplet: DB, D5 and 00. RGB value is (219,213,0). Sum of RGB (Red+Green+Blue) = 219+213+0=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD500 is #242AFF. Grayscale: #BFBFBF. Windows color (decimal): -2370304 or 54747. OLE color: 54747.

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

Color convert

RGB 219 213 0 -
CMYK 0 0.03 1 0.14
HSL 58.36º 1% 0.43% -
HSV(B) 58.36º 1% 0.86% -
XYZ 53.01 62.65 9.3 -
YUV 190.51 20.49 148.32 -
System Red Green Blue C M Y K H S L
Decimal 219 213 0 0 0.03 1 0.14 58.36 1 0.43
Hex DB D5 0 0 3 64 E 3A 64 2B
Octal 333 325 0 0 3 144 16 72 144 53
Binary 11011011 11010101 0 0 11 1100100 1110 111010 1100100 101011

Color Harmonies of #DBD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD500

Black with #DBD500

Text Example


Text Example

White with #DBD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD500; }

 p { color: rgb(219,213,0); }

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

background-color css

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

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

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

border-color css

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

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

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