Html Css Color HEX #DBC600 Bird Flower

📋 copy color: '#DBC600'

red 219 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #DBC600

Tints of Bird Flower #DBC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

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

R = 52.52%
G = 47.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBC600 (or 0xDBC600) is known color: Bird Flower. HEX triplet: DB, C6 and 00. RGB value is (219,198,0). Sum of RGB (Red+Green+Blue) = 219+198+0=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC600 is #2439FF. Grayscale: #B6B6B6. Windows color (decimal): -2374144 or 50907. OLE color: 50907.

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

Color convert

RGB 219 198 0 -
CMYK 0 0.10 1 0.14
HSL 54.25º 1% 0.43% -
HSV(B) 54.25º 1% 0.86% -
XYZ 49.41 55.45 8.1 -
YUV 181.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 219 198 0 0 0.10 1 0.14 54.25 1 0.43
Hex DB C6 0 0 A 64 E 36 64 2B
Octal 333 306 0 0 12 144 16 66 144 53
Binary 11011011 11000110 0 0 1010 1100100 1110 110110 1100100 101011

Color Harmonies of #DBC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC600

Black with #DBC600

Text Example


Text Example

White with #DBC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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