Html Css Color HEX #DBCF01 Bird Flower

📋 copy color: '#DBCF01'

red 219 ◦ green 207 ◦ blue 1

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

Shades of Bird Flower #DBCF01

Tints of Bird Flower #DBCF01

RGB

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

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

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

R = 51.29%
G = 48.48%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBCF01 (or 0xDBCF01) is known color: Bird Flower. HEX triplet: DB, CF and 01. RGB value is (219,207,1). Sum of RGB (Red+Green+Blue) = 219+207+1=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF01 is #2430FE. Grayscale: #BBBBBB. Windows color (decimal): -2371839 or 118747. OLE color: 118747.

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

Color convert

RGB 219 207 1 -
CMYK 0 0.05 1.00 0.14
HSL 56.7º 0.99% 0.43% -
HSV(B) 56.7º 1% 0.86% -
XYZ 51.53 59.69 8.83 -
YUV 187.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 219 207 1 0 0.05 1.00 0.14 56.7 0.99 0.43
Hex DB CF 1 0 5 64 E 39 63 2B
Octal 333 317 1 0 5 144 16 71 143 53
Binary 11011011 11001111 1 0 101 1100100 1110 111001 1100011 101011

Color Harmonies of #DBCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF01

Black with #DBCF01

Text Example


Text Example

White with #DBCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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