Html Css Color HEX #DBCA00 Bird Flower

📋 copy color: '#DBCA00'

red 219 ◦ green 202 ◦ blue 0

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

Shades of Bird Flower #DBCA00

Tints of Bird Flower #DBCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

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

R = 52.02%
G = 47.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBCA00 (or 0xDBCA00) is known color: Bird Flower. HEX triplet: DB, CA and 00. RGB value is (219,202,0). Sum of RGB (Red+Green+Blue) = 219+202+0=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA00 is #2435FF. Grayscale: #B8B8B8. Windows color (decimal): -2373120 or 51931. OLE color: 51931.

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

Color convert

RGB 219 202 0 -
CMYK 0 0.08 1 0.14
HSL 55.34º 1% 0.43% -
HSV(B) 55.34º 1% 0.86% -
XYZ 50.33 57.3 8.41 -
YUV 184.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 219 202 0 0 0.08 1 0.14 55.34 1 0.43
Hex DB CA 0 0 8 64 E 37 64 2B
Octal 333 312 0 0 10 144 16 67 144 53
Binary 11011011 11001010 0 0 1000 1100100 1110 110111 1100100 101011

Color Harmonies of #DBCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA00

Black with #DBCA00

Text Example


Text Example

White with #DBCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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