Html Css Color HEX #DBD603 Bird Flower

📋 copy color: '#DBD603'

red 219 ◦ green 214 ◦ blue 3

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

Shades of Bird Flower #DBD603

Tints of Bird Flower #DBD603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 50.23%
G = 49.08%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBD603 (or 0xDBD603) is known color: Bird Flower. HEX triplet: DB, D6 and 03. RGB value is (219,214,3). Sum of RGB (Red+Green+Blue) = 219+214+3=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD603 is #2429FC. Grayscale: #C0C0C0. Windows color (decimal): -2370045 or 251611. OLE color: 251611.

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

Color convert

RGB 219 214 3 -
CMYK 0 0.02 0.99 0.14
HSL 58.61º 0.97% 0.44% -
HSV(B) 58.61º 0.99% 0.86% -
XYZ 53.28 63.16 9.47 -
YUV 191.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 219 214 3 0 0.02 0.99 0.14 58.61 0.97 0.44
Hex DB D6 3 0 2 63 E 3B 61 2C
Octal 333 326 3 0 2 143 16 73 141 54
Binary 11011011 11010110 11 0 10 1100011 1110 111011 1100001 101100

Color Harmonies of #DBD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD603

Black with #DBD603

Text Example


Text Example

White with #DBD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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