Html Css Color HEX #DBC603 Bird Flower

📋 copy color: '#DBC603'

red 219 ◦ green 198 ◦ blue 3

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

Shades of Bird Flower #DBC603

Tints of Bird Flower #DBC603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 52.14%
G = 47.14%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBC603 (or 0xDBC603) is known color: Bird Flower. HEX triplet: DB, C6 and 03. RGB value is (219,198,3). Sum of RGB (Red+Green+Blue) = 219+198+3=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC603 is #2439FC. Grayscale: #B6B6B6. Windows color (decimal): -2374141 or 247515. OLE color: 247515.

HSL color Cylindrical-coordinate representation of color #DBC603: hue angle of 54.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBC603 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 3 -
CMYK 0 0.10 0.99 0.14
HSL 54.17º 0.97% 0.44% -
HSV(B) 54.17º 0.99% 0.86% -
XYZ 49.42 55.45 8.19 -
YUV 182.05 26.96 154.36 -
System Red Green Blue C M Y K H S L
Decimal 219 198 3 0 0.10 0.99 0.14 54.17 0.97 0.44
Hex DB C6 3 0 A 63 E 36 61 2C
Octal 333 306 3 0 12 143 16 66 141 54
Binary 11011011 11000110 11 0 1010 1100011 1110 110110 1100001 101100

Color Harmonies of #DBC603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC603

Black with #DBC603

Text Example


Text Example

White with #DBC603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC603; }

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

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

background-color css

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

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

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

border-color css

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

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

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