Html Css Color HEX #DBC300 Bird Flower

📋 copy color: '#DBC300'

red 219 ◦ green 195 ◦ blue 0

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

Shades of Bird Flower #DBC300

Tints of Bird Flower #DBC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

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

R = 52.9%
G = 47.1%
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

#DBC300 (or 0xDBC300) is known color: Bird Flower. HEX triplet: DB, C3 and 00. RGB value is (219,195,0). Sum of RGB (Red+Green+Blue) = 219+195+0=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC300 is #243CFF. Grayscale: #B4B4B4. Windows color (decimal): -2374912 or 50139. OLE color: 50139.

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

Color convert

RGB 219 195 0 -
CMYK 0 0.11 1 0.14
HSL 53.42º 1% 0.43% -
HSV(B) 53.42º 1% 0.86% -
XYZ 48.73 54.09 7.87 -
YUV 179.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 219 195 0 0 0.11 1 0.14 53.42 1 0.43
Hex DB C3 0 0 B 64 E 35 64 2B
Octal 333 303 0 0 13 144 16 65 144 53
Binary 11011011 11000011 0 0 1011 1100100 1110 110101 1100100 101011

Color Harmonies of #DBC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC300

Black with #DBC300

Text Example


Text Example

White with #DBC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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