Html Css Color HEX #DBC904 Bird Flower

📋 copy color: '#DBC904'

red 219 ◦ green 201 ◦ blue 4

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

Shades of Bird Flower #DBC904

Tints of Bird Flower #DBC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.41%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 51.65%
G = 47.41%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBC904 (or 0xDBC904) is known color: Bird Flower. HEX triplet: DB, C9 and 04. RGB value is (219,201,4). Sum of RGB (Red+Green+Blue) = 219+201+4=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC904 is #2436FB. Grayscale: #B8B8B8. Windows color (decimal): -2373372 or 313819. OLE color: 313819.

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

Color convert

RGB 219 201 4 -
CMYK 0 0.08 0.98 0.14
HSL 54.98º 0.96% 0.44% -
HSV(B) 54.98º 0.98% 0.86% -
XYZ 50.12 56.84 8.44 -
YUV 183.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 219 201 4 0 0.08 0.98 0.14 54.98 0.96 0.44
Hex DB C9 4 0 8 62 E 37 60 2C
Octal 333 311 4 0 10 142 16 67 140 54
Binary 11011011 11001001 100 0 1000 1100010 1110 110111 1100000 101100

Color Harmonies of #DBC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC904

Black with #DBC904

Text Example


Text Example

White with #DBC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC904; }

 p { color: rgb(219,201,4); }

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

background-color css

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

 a { background-color: rgb(219,201,4); }

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

border-color css

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

 span { border-color: rgb(219,201,4); }

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