Html Css Color HEX #DBC800 Bird Flower

📋 copy color: '#DBC800'

red 219 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #DBC800

Tints of Bird Flower #DBC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 52.27%
G = 47.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBC800 (or 0xDBC800) is known color: Bird Flower. HEX triplet: DB, C8 and 00. RGB value is (219,200,0). Sum of RGB (Red+Green+Blue) = 219+200+0=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC800 is #2437FF. Grayscale: #B7B7B7. Windows color (decimal): -2373632 or 51419. OLE color: 51419.

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

Color convert

RGB 219 200 0 -
CMYK 0 0.09 1 0.14
HSL 54.79º 1% 0.43% -
HSV(B) 54.79º 1% 0.86% -
XYZ 49.87 56.37 8.25 -
YUV 182.88 24.79 153.76 -
System Red Green Blue C M Y K H S L
Decimal 219 200 0 0 0.09 1 0.14 54.79 1 0.43
Hex DB C8 0 0 9 64 E 37 64 2B
Octal 333 310 0 0 11 144 16 67 144 53
Binary 11011011 11001000 0 0 1001 1100100 1110 110111 1100100 101011

Color Harmonies of #DBC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC800

Black with #DBC800

Text Example


Text Example

White with #DBC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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