Html Css Color HEX #DBC803 Bird Flower

📋 copy color: '#DBC803'

red 219 ◦ green 200 ◦ blue 3

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

Shades of Bird Flower #DBC803

Tints of Bird Flower #DBC803

RGB

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

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

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

R = 51.9%
G = 47.39%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBC803 (or 0xDBC803) is known color: Bird Flower. HEX triplet: DB, C8 and 03. RGB value is (219,200,3). Sum of RGB (Red+Green+Blue) = 219+200+3=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC803 is #2437FC. Grayscale: #B8B8B8. Windows color (decimal): -2373629 or 248027. OLE color: 248027.

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

Color convert

RGB 219 200 3 -
CMYK 0 0.09 0.99 0.14
HSL 54.72º 0.97% 0.44% -
HSV(B) 54.72º 0.99% 0.86% -
XYZ 49.88 56.38 8.34 -
YUV 183.22 26.29 153.52 -
System Red Green Blue C M Y K H S L
Decimal 219 200 3 0 0.09 0.99 0.14 54.72 0.97 0.44
Hex DB C8 3 0 9 63 E 37 61 2C
Octal 333 310 3 0 11 143 16 67 141 54
Binary 11011011 11001000 11 0 1001 1100011 1110 110111 1100001 101100

Color Harmonies of #DBC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC803

Black with #DBC803

Text Example


Text Example

White with #DBC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC803; }

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

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

background-color css

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

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

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

border-color css

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

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

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