Html Css Color HEX #DBC401 Bird Flower

📋 copy color: '#DBC401'

red 219 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #DBC401

Tints of Bird Flower #DBC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

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

R = 52.64%
G = 47.12%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBC401 (or 0xDBC401) is known color: Bird Flower. HEX triplet: DB, C4 and 01. RGB value is (219,196,1). Sum of RGB (Red+Green+Blue) = 219+196+1=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC401 is #243BFE. Grayscale: #B5B5B5. Windows color (decimal): -2374655 or 115931. OLE color: 115931.

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

Color convert

RGB 219 196 1 -
CMYK 0 0.11 1.00 0.14
HSL 53.67º 0.99% 0.43% -
HSV(B) 53.67º 1% 0.86% -
XYZ 48.96 54.54 7.98 -
YUV 180.65 26.62 155.36 -
System Red Green Blue C M Y K H S L
Decimal 219 196 1 0 0.11 1.00 0.14 53.67 0.99 0.43
Hex DB C4 1 0 B 64 E 36 63 2B
Octal 333 304 1 0 13 144 16 66 143 53
Binary 11011011 11000100 1 0 1011 1100100 1110 110110 1100011 101011

Color Harmonies of #DBC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC401

Black with #DBC401

Text Example


Text Example

White with #DBC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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