Html Css Color HEX #DBCC00 Bird Flower

📋 copy color: '#DBCC00'

red 219 ◦ green 204 ◦ blue 0

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

Shades of Bird Flower #DBCC00

Tints of Bird Flower #DBCC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.77%
G = 48.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBCC00 (or 0xDBCC00) is known color: Bird Flower. HEX triplet: DB, CC and 00. RGB value is (219,204,0). Sum of RGB (Red+Green+Blue) = 219+204+0=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC00 is #2433FF. Grayscale: #BABABA. Windows color (decimal): -2372608 or 52443. OLE color: 52443.

HSL color Cylindrical-coordinate representation of color #DBCC00: hue angle of 55.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBCC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 0 -
CMYK 0 0.07 1 0.14
HSL 55.89º 1% 0.43% -
HSV(B) 55.89º 1% 0.86% -
XYZ 50.81 58.25 8.56 -
YUV 185.23 23.47 152.09 -
System Red Green Blue C M Y K H S L
Decimal 219 204 0 0 0.07 1 0.14 55.89 1 0.43
Hex DB CC 0 0 7 64 E 38 64 2B
Octal 333 314 0 0 7 144 16 70 144 53
Binary 11011011 11001100 0 0 111 1100100 1110 111000 1100100 101011

Color Harmonies of #DBCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC00

Black with #DBCC00

Text Example


Text Example

White with #DBCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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