Html Css Color HEX #DBD401 Bird Flower

📋 copy color: '#DBD401'

red 219 ◦ green 212 ◦ blue 1

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

Shades of Bird Flower #DBD401

Tints of Bird Flower #DBD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.07%

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

R = 50.69%
G = 49.07%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBD401 (or 0xDBD401) is known color: Bird Flower. HEX triplet: DB, D4 and 01. RGB value is (219,212,1). Sum of RGB (Red+Green+Blue) = 219+212+1=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD401 is #242BFE. Grayscale: #BEBEBE. Windows color (decimal): -2370559 or 120027. OLE color: 120027.

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

Color convert

RGB 219 212 1 -
CMYK 0 0.03 1.00 0.14
HSL 58.07º 0.99% 0.43% -
HSV(B) 58.07º 1% 0.86% -
XYZ 52.76 62.15 9.24 -
YUV 190.04 21.32 148.66 -
System Red Green Blue C M Y K H S L
Decimal 219 212 1 0 0.03 1.00 0.14 58.07 0.99 0.43
Hex DB D4 1 0 3 64 E 3A 63 2B
Octal 333 324 1 0 3 144 16 72 143 53
Binary 11011011 11010100 1 0 11 1100100 1110 111010 1100011 101011

Color Harmonies of #DBD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD401

Black with #DBD401

Text Example


Text Example

White with #DBD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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