Html Css Color HEX #DBCC01 Bird Flower

📋 copy color: '#DBCC01'

red 219 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #DBCC01

Tints of Bird Flower #DBCC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.11%

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

R = 51.65%
G = 48.11%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBCC01 (or 0xDBCC01) is known color: Bird Flower. HEX triplet: DB, CC and 01. RGB value is (219,204,1). Sum of RGB (Red+Green+Blue) = 219+204+1=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC01 is #2433FE. Grayscale: #BABABA. Windows color (decimal): -2372607 or 117979. OLE color: 117979.

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

Color convert

RGB 219 204 1 -
CMYK 0 0.07 1.00 0.14
HSL 55.87º 0.99% 0.43% -
HSV(B) 55.87º 1% 0.86% -
XYZ 50.81 58.25 8.59 -
YUV 185.34 23.97 152.01 -
System Red Green Blue C M Y K H S L
Decimal 219 204 1 0 0.07 1.00 0.14 55.87 0.99 0.43
Hex DB CC 1 0 7 64 E 38 63 2B
Octal 333 314 1 0 7 144 16 70 143 53
Binary 11011011 11001100 1 0 111 1100100 1110 111000 1100011 101011

Color Harmonies of #DBCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC01

Black with #DBCC01

Text Example


Text Example

White with #DBCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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