Html Css Color HEX #DBCF05 Bird Flower

📋 copy color: '#DBCF05'

red 219 ◦ green 207 ◦ blue 5

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

Shades of Bird Flower #DBCF05

Tints of Bird Flower #DBCF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 50.81%
G = 48.03%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBCF05 (or 0xDBCF05) is known color: Bird Flower. HEX triplet: DB, CF and 05. RGB value is (219,207,5). Sum of RGB (Red+Green+Blue) = 219+207+5=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF05 is #2430FA. Grayscale: #BCBCBC. Windows color (decimal): -2371835 or 380891. OLE color: 380891.

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

Color convert

RGB 219 207 5 -
CMYK 0 0.05 0.98 0.14
HSL 56.64º 0.96% 0.44% -
HSV(B) 56.64º 0.98% 0.86% -
XYZ 51.55 59.7 8.95 -
YUV 187.56 24.98 150.43 -
System Red Green Blue C M Y K H S L
Decimal 219 207 5 0 0.05 0.98 0.14 56.64 0.96 0.44
Hex DB CF 5 0 5 62 E 39 60 2C
Octal 333 317 5 0 5 142 16 71 140 54
Binary 11011011 11001111 101 0 101 1100010 1110 111001 1100000 101100

Color Harmonies of #DBCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF05

Black with #DBCF05

Text Example


Text Example

White with #DBCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF05; }

 p { color: rgb(219,207,5); }

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

background-color css

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

 a { background-color: rgb(219,207,5); }

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

border-color css

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

 span { border-color: rgb(219,207,5); }

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