Html Css Color HEX #DBC700 Bird Flower

📋 copy color: '#DBC700'

red 219 ◦ green 199 ◦ blue 0

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

Shades of Bird Flower #DBC700

Tints of Bird Flower #DBC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

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

R = 52.39%
G = 47.61%
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

#DBC700 (or 0xDBC700) is known color: Bird Flower. HEX triplet: DB, C7 and 00. RGB value is (219,199,0). Sum of RGB (Red+Green+Blue) = 219+199+0=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC700 is #2438FF. Grayscale: #B7B7B7. Windows color (decimal): -2373888 or 51163. OLE color: 51163.

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

Color convert

RGB 219 199 0 -
CMYK 0 0.09 1 0.14
HSL 54.52º 1% 0.43% -
HSV(B) 54.52º 1% 0.86% -
XYZ 49.64 55.91 8.17 -
YUV 182.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 219 199 0 0 0.09 1 0.14 54.52 1 0.43
Hex DB C7 0 0 9 64 E 37 64 2B
Octal 333 307 0 0 11 144 16 67 144 53
Binary 11011011 11000111 0 0 1001 1100100 1110 110111 1100100 101011

Color Harmonies of #DBC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC700

Black with #DBC700

Text Example


Text Example

White with #DBC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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