Html Css Color HEX #DBC001 Bird Flower

📋 copy color: '#DBC001'

red 219 ◦ green 192 ◦ blue 1

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

Shades of Bird Flower #DBC001

Tints of Bird Flower #DBC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.16%
G = 46.6%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBC001 (or 0xDBC001) is known color: Bird Flower. HEX triplet: DB, C0 and 01. RGB value is (219,192,1). Sum of RGB (Red+Green+Blue) = 219+192+1=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC001 is #243FFE. Grayscale: #B3B3B3. Windows color (decimal): -2375679 or 114907. OLE color: 114907.

HSL color Cylindrical-coordinate representation of color #DBC001: hue angle of 52.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBC001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 1 -
CMYK 0 0.12 1.00 0.14
HSL 52.57º 0.99% 0.43% -
HSV(B) 52.57º 1% 0.86% -
XYZ 48.07 52.76 7.68 -
YUV 178.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 219 192 1 0 0.12 1.00 0.14 52.57 0.99 0.43
Hex DB C0 1 0 C 64 E 35 63 2B
Octal 333 300 1 0 14 144 16 65 143 53
Binary 11011011 11000000 1 0 1100 1100100 1110 110101 1100011 101011

Color Harmonies of #DBC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC001

Black with #DBC001

Text Example


Text Example

White with #DBC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC001; }

 p { color: rgb(219,192,1); }

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

background-color css

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

 a { background-color: rgb(219,192,1); }

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

border-color css

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

 span { border-color: rgb(219,192,1); }

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