Html Css Color HEX #DBD300 Bird Flower

📋 copy color: '#DBD300'

red 219 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #DBD300

Tints of Bird Flower #DBD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

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

R = 50.93%
G = 49.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBD300 (or 0xDBD300) is known color: Bird Flower. HEX triplet: DB, D3 and 00. RGB value is (219,211,0). Sum of RGB (Red+Green+Blue) = 219+211+0=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD300 is #242CFF. Grayscale: #BEBEBE. Windows color (decimal): -2370816 or 54235. OLE color: 54235.

HSL color Cylindrical-coordinate representation of color #DBD300: hue angle of 57.81º 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 #DBD300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 0 -
CMYK 0 0.04 1 0.14
HSL 57.81º 1% 0.43% -
HSV(B) 57.81º 1% 0.86% -
XYZ 52.51 61.65 9.13 -
YUV 189.34 21.15 149.16 -
System Red Green Blue C M Y K H S L
Decimal 219 211 0 0 0.04 1 0.14 57.81 1 0.43
Hex DB D3 0 0 4 64 E 3A 64 2B
Octal 333 323 0 0 4 144 16 72 144 53
Binary 11011011 11010011 0 0 100 1100100 1110 111010 1100100 101011

Color Harmonies of #DBD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD300

Black with #DBD300

Text Example


Text Example

White with #DBD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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