Html Css Color HEX #DBC900 Bird Flower

📋 copy color: '#DBC900'

red 219 ◦ green 201 ◦ blue 0

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

Shades of Bird Flower #DBC900

Tints of Bird Flower #DBC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.86%

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

R = 52.14%
G = 47.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBC900 (or 0xDBC900) is known color: Bird Flower. HEX triplet: DB, C9 and 00. RGB value is (219,201,0). Sum of RGB (Red+Green+Blue) = 219+201+0=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC900 is #2436FF. Grayscale: #B8B8B8. Windows color (decimal): -2373376 or 51675. OLE color: 51675.

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

Color convert

RGB 219 201 0 -
CMYK 0 0.08 1 0.14
HSL 55.07º 1% 0.43% -
HSV(B) 55.07º 1% 0.86% -
XYZ 50.1 56.83 8.33 -
YUV 183.47 24.46 153.34 -
System Red Green Blue C M Y K H S L
Decimal 219 201 0 0 0.08 1 0.14 55.07 1 0.43
Hex DB C9 0 0 8 64 E 37 64 2B
Octal 333 311 0 0 10 144 16 67 144 53
Binary 11011011 11001001 0 0 1000 1100100 1110 110111 1100100 101011

Color Harmonies of #DBC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC900

Black with #DBC900

Text Example


Text Example

White with #DBC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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