Html Css Color HEX #DBC200 Bird Flower

📋 copy color: '#DBC200'

red 219 ◦ green 194 ◦ blue 0

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

Shades of Bird Flower #DBC200

Tints of Bird Flower #DBC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBC200 (or 0xDBC200) is known color: Bird Flower. HEX triplet: DB, C2 and 00. RGB value is (219,194,0). Sum of RGB (Red+Green+Blue) = 219+194+0=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC200 is #243DFF. Grayscale: #B4B4B4. Windows color (decimal): -2375168 or 49883. OLE color: 49883.

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

Color convert

RGB 219 194 0 -
CMYK 0 0.11 1 0.14
HSL 53.15º 1% 0.43% -
HSV(B) 53.15º 1% 0.86% -
XYZ 48.51 53.64 7.8 -
YUV 179.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 219 194 0 0 0.11 1 0.14 53.15 1 0.43
Hex DB C2 0 0 B 64 E 35 64 2B
Octal 333 302 0 0 13 144 16 65 144 53
Binary 11011011 11000010 0 0 1011 1100100 1110 110101 1100100 101011

Color Harmonies of #DBC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC200

Black with #DBC200

Text Example


Text Example

White with #DBC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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